Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpClient] Preserve the case of headers when sending them#32823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fabpot commentedJul 31, 2019
What about |
javiereguiluz commentedJul 31, 2019
@nicolas-grekas as you said here#32819 (comment)
So, could we leave headers as-is when using HTTP 1 (no strtolower, no ucwords, no changes whatsoever) and just apply |
nicolas-grekas commentedJul 31, 2019
Got it, see also comments on the linked issue. |
nicolas-grekas commentedJul 31, 2019
That is not possible, because the protocol can be decided automatically. |
nicolas-grekas commentedJul 31, 2019
PR updated, ready. |
…m (nicolas-grekas)This PR was merged into the 4.3 branch.Discussion----------[HttpClient] Preserve the case of headers when sending them| Q | A| ------------- | ---| Branch? | 4.3| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#32819| License | MIT| Doc PR | -Some hosts are case sensitive, let's present headers in the submitted form.Commits-------9ac85d5 [HttpClient] Preserve the case of headers when sending them
Uh oh!
There was an error while loading.Please reload this page.
Some hosts are case sensitive, let's present headers in the submitted form.