Michael Dowling
5a90f97e28
Adding the ability to control the curl_multi select timeout using an envrionment variable
2014-03-24 17:00:15 -07:00
Michael Dowling
7b257eb0fb
Making the test server static and adding Makefile
2014-03-22 22:05:45 -07:00
Michael Dowling
c1f23e10f3
Updating curl adapter to use callable curl factories
2014-03-19 14:42:35 -07:00
Michael Dowling
23e61ccea6
Fixing curl error test
2014-03-12 13:45:13 -07:00
Michael Dowling
a9d93d2733
Fixing race condition that failed to drain the queue
...
Adding a simple test to ensure requests are sent from a queue
Removing conditional as it will already throw an exception if the transaction is not found in the batch context
Adding a test to see if iterator functionality has changed by version
Setting error priority higher
2014-03-09 18:53:48 -07:00
Michael Dowling
69f358ae43
Cleaning up MultiAdapter
...
Adding a test to ensure that a HeadersEvent is emitted for a HEAD request
Simplifying test
Using a LimitIterator
2014-03-09 14:24:35 -07:00
Michael Dowling
61ea0f7ebf
Better assertions in test
2014-03-09 11:32:21 -07:00
Michael Dowling
4bec7788d4
Adding BatchContext tests
2014-03-09 10:42:43 -07:00
Michael Dowling
a8bab9d03e
Moved curl_reset to releasing handles. Added test.
...
- Moved curl_reset to when handles are released back into the pool rather than
when they are reused. This helps to ensure that we aren't holding on to
resources like request and response object graphs longer than necessary.
- Adding missing CurlAdapter tests.
2014-03-09 10:23:50 -07:00
Michael Dowling
0840272151
Adding missing MultiAdapter tests
2014-03-07 18:13:54 -08:00
Michael Dowling
13e14e1dc0
Moving content-type and length guessing to the PrepareRequestBody subscriber
2014-03-06 09:15:00 -08:00
Michael Dowling
f93f734823
Cleaning up adapter and making more things private
2014-03-04 21:05:04 -08:00
Michael Dowling
9f91c15507
Fixing some malformed URLs
2014-03-02 12:18:41 -08:00
Michael Dowling
b67d115d4a
Fixing null reference when closing transactions
2014-02-23 14:42:45 -08:00
Michael Dowling
fce0d61f5e
Trying to fix failing tests on 5.4 and HHVM
2014-02-23 14:31:26 -08:00
Michael Dowling
4ba1102895
Trying to fix tests on Travis
2014-02-23 14:24:31 -08:00
Michael Dowling
27c4a47f3c
Adding tests for Curl and CurlMulti, removing error event
...
- Adding a shared set of tests for curl and multi adapters
- Removing guard for failing to create a curl handle. This should not
be allowed to fail.
2014-02-19 23:26:33 -08:00
Michael Dowling
769de2d766
Fixing the easy adapter
2014-02-19 22:45:08 -08:00
Michael Dowling
2b779dccb3
Moving some things like query and url up a NS
2014-02-16 21:02:54 -08:00
Michael Dowling
89a8e2ede1
Using PSR-4 and moving namespace from Guzzle to GuzzleHttp
...
- Moving various namespaces up a level
- Updating docs
- Renaming EventSubscriberInterface to SubscriberInterface
2014-02-16 20:42:45 -08:00