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 #45998 [HttpClient] Fix sending content-length when streaming the body (nicolas-grekas)
This PR was merged into the 4.4 branch.
Discussion
----------
[HttpClient] Fix sending content-length when streaming the body
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#45965
| License | MIT
| Doc PR | -
Follows #45906 and previous PRs on the topic.
This PR partly reverts previous changes but keeps tests added to cover how we manage content-related headers when redirecting.
Relying on curl doesn't work in all cases, so we need to manage them on our own.
Commits
-------
ee57696 [HttpClient] Fix sending content-length when streaming the body
0 commit comments