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
bug #53671 [HttpClient] Fix pausing responses before they start when using curl (nicolas-grekas)
This PR was merged into the 5.4 branch.
Discussion
----------
[HttpClient] Fix pausing responses before they start when using curl
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix#53622
| License | MIT
Curl doesn't support pausing responses before they started, that's why the call to `curl_multi_remove_handle` is needed. But the removed line breaks tracking responses that did start.
Commits
-------
c6c5303 [HttpClient] Fix pausing responses before they start when using curl
0 commit comments