Lines Matching refs:when

34 * Fix: Prevent undefined offset when using array for ssl_key options. [#2348](https://github.com/gu…
44 * Improvement: Improved error messages when using curl < 7.21.2 [#2108](https://github.com/guzzle/g…
51 * Fix: Prevent concurrent writes to file when saving `CookieJar` [#2335](https://github.com/guzzle/…
56 * Fix: Default headers when decode_content is specified
69 * Bug fix: Undefined offset when a cookie has no first key-value pair [#1998](https://github.com/gu…
80 * Improvement: Don't include summary in exception message when body is empty [#1621](https://github…
105 * Only add scheme when host is present
115 * Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when
117 * Ignore URI fragment when sending requests.
123 * Bug fix: Fix sleep calculation when waiting for delayed requests.
169 * Bug fix: Content-Type header is now added when using an explicitly provided
174 * Bug fix: Remove the Authorization header when redirecting if the Host
180 * Bug fix: quotes are no longer stripped when parsing cookies.
198 * Added a more explicit error message when trying to use `form_params` and
208 * Added a better error message for when `body` is provided as an array. Please
221 * Requests are no longer initiated when sending async requests with the
227 * No longer allowing self signed certificates when using the StreamHandler.
310 * Pool class no longer uses recursion when a request is intercepted.
313 * Setting a request option to `null` when creating a request with a client will
319 * Nested futures due to retries are now resolved when waiting for synchronous
350 when sending POST requests, allowing for customized headers. See
359 default unless the `rawString` argument is provided when setting the query
427 FnStream that has access to the transaction being sent. For example, when the
457 * Fixed a memory leak in the CurlAdapter when reusing cURL handles.
479 * Added the ability to throw an exception immediately when transferring
493 when creating POST requests to force multipart bodies.
499 to be logged multiple times when an HTTP protocol error occurs.
500 * Ensuring that cURL does not add a default Content-Type when no Content-Type
504 * Throwing an exception when you attempt to send requests that have the
506 * Only calling curl_multi_select when there are active cURL handles. This was
520 errors when possible.
531 missing default argument that was required when parsing XML response bodies.
568 * Fixed warning when invalid request start-lines are received.
629 * Bug: Always using GET requests when redirecting from a 303 response
630 * Bug: CURLOPT_SSL_VERIFYHOST is now correctly set to false when setting `$certificateAuthority` to…
632 * Bug: RedirectPlugin now uses strict RFC 3986 compliance when combining a base URL with a relative…
642 * Now properly escaping the regular expression delimiter when matching Cookie domains.
643 * Network access is now disabled when loading XML documents
650 * Fixed a cURL error when URLs contain fragments
655 * Fixed a bug that was encountered when parsing empty header parameters
668 * Bug fix: SchemaFormatter now returns an integer when formatting to a Unix timestamp
677 * Added the ability to get the exception associated with a request/command when using `MultiTransfe…
679 * Setting `additionalParameters` of a response to false is now honored when parsing responses with …
680 * Schemas are only injected into response models when explicitly configured.
687 * Bug fix: Visiting XML attributes first before visiting XML children when serializing requests
693 * Bug fix: Properly URL encoding paths when using the PHP-only version of the UriTemplate expander
697 * Bug fix: GET parameters are now used when calculating an OAuth signature
717 * Exceptions are now thrown when a URL cannot be parsed
724 * Requests now support the ability to specify an array of $options when creating a request to more …
737 * CachePlugin can automatically purge matching cached items when a non-idempotent request is sent t…
748 Now triggering an E_USER_DEPRECATED warning when used. Use `$message->getHeader()->parseParams()`.
845 * Bug: Better cleanup of one-time events across the board (when an event is meant to fire once, it …
849 * Bug: Fixed an undefined index error when parsing nested JSON responses with a sentAs parameter th…
872 * Bug fix: Removing `Transfer-Encoding: chunked` header when a Content-Length is present
874 * Bug fix: DateTime timezones are now properly handled when using the service description schema fo…
875 * Bug fix: CachePlugin now properly handles stale-if-error directives when a request to the origin …
877 * LogPlugin now writes to php://output when STDERR is undefined
888 * Exceptions are now properly grouped when sending requests in parallel
889 * Redirects are now properly aggregated when a multi transaction fails
891 * Bug fix: Model names are now properly set even when using $refs
906 * Bug fix: Fixed "array to string" error when validating a union of types in a service description
907 * Bug fix: Removed code that attempted to determine the size of a stream when data is written to th…
909 * Bug fix: Now correctly aggregating successful requests and failed requests in CurlMulti when a re…
913 * Added the ability to overwrite configuration settings in a client when grabbing a throwaway clien…
917 * Added the ability to create a custom stream class when using a stream factory
920 * The bundled SSL certificate is now provided in the phar file and extracted when running Guzzle fr…
924 POST fields or files (the latter is only used when emulating a form POST in the browser).
930 * Bug fix: Running any filters when parsing response headers with service descriptions
935 * RequestFactory::create() now uses the key of a POST file when setting the POST file name
971 * Header values can now be normalized into distinct values when multiple headers are combined with …
978 * Bug fix: The default exponential backoff BackoffPlugin was not giving when the request threshold …
979 * Bug fix: Guzzle now takes the first found value when grabbing Cache-Control directives
985 * Fixed an issue where cURL would not automatically decompress responses when the Accept-Encoding h…
1003 * Bug: Adding required content-type when JSON request visitor adds JSON to a command
1005 * Made it easier to deal with exceptions thrown when transferring commands or requests in parallel …
1015 * Fixing phar detection when forcing a cacert to system if null or true
1038 * Bug: Fixed a bug when adding multiple cookies to a request to use the correct glue value
1040 * Bug: Using the system cacert bundle when using the Phar
1043 * Added the ability to enable strict cookie jars that throw exceptions when invalid cookies are add…
1087 * Only sending an Expect header by default when a payload is greater than 1MB
1109 * Bug: Removing the path to a file when sending a Content-Disposition header on a POST upload
1125 * Using the union of two arrays rather than an array_merge when extending service builder services …
1126 * Ensuring that a service is a string before doing strpos() checks on it when substituting services…
1139 * Added a way to get the data used when signing an Oauth request before a request is sent
1158 * Bug: Fixed a bug in ExponentialBackoffPlugin that caused fatal errors when retrying an EntityEncl…
1159 * Bug: Setting the response body of a request to null after completing a request, not when setting …
1169 * Bug: `+` is now treated as an encoded space when parsing query strings
1187 * Content-Length is set to 0 before emitting the request.before_send event when sending an empty re…
1197 * Bug fix: Using header glue when transferring headers over the wire
1229 * Bug: Setting the name of each ApiParam when creating through an ApiCommand
1251 * Bug: Aggregate POST fields when POST files are present in curl handle
1255 * Allowing the use of dot notation for class namespaces when using instance_of constraint
1260 * Parsing location and type sub values when instantiating a service description rather than over an…
1266 * You can now use an array of data when creating PUT request bodies in the request factory.
1273 …vice\Inspector::validateConfig method into two methods. One to initialize when a command is create…
1309 * Adding a setOnComplete() method to Commands that is called when a command completes
1313 * Refactoring a lot of code and tests to be case insensitive when dealing with headers
1328 * Rewinding request stream bodies when retrying requests
1329 * Exception is thrown when JSON response body cannot be decoded