You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2022. It is now read-only.
* Bug fix: futures now extend from React's PromiseInterface to ensure… … that they are properly forwarded down the promise chain. * The multi handle of the CurlMultiHandler is now created lazily.
* Added support for older versions of cURL that do not have CURLOPT_T… …IMEOUT_MS. * Setting debug to `false` does not enable debug output. * Added a fix to the StreamHandler to return a `FutureArrayInterface` when an error occurs.
* Setting the `header` stream option as a string to be compatible wit… …h GAE. * Header parsing now ensures that header order is maintained in the parsed message.
- Fixed a header parsing issue with the `CurlHandler` and `CurlMultiH… …andler` that caused cURL requests with multiple responses to merge repsonses together (e.g., requests with digest authentication).