-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#7863 Include value of first accept-encoding header when there is more then one #7864
#7863 Include value of first accept-encoding header when there is more then one #7864
Conversation
This might be a problem all the way back in |
Yes, the issue has existed since at least 2016, according to git blame. How does the project's branching strategy work? Should I resubmit my pull request against the |
Our branches ...
Don't worry about 9.4.x (i'll take care of that), but if you can rebase this PR against |
…le accept-encoding headers are given. Signed-off-by: markslater <[email protected]>
f17beca
to
572eda2
Compare
Rebased - sorry about that, I must have forgotten to pull before I made the change. |
…cept-encoding headers are given. (#7864) Signed-off-by: markslater <[email protected]>
Merged into Cherry-pick to |
…cept-encoding headers are given. (#7864) (#7871) Signed-off-by: markslater <[email protected]> Co-authored-by: markslater <[email protected]>
…cept-encoding headers are given. (#7864) Signed-off-by: markslater <[email protected]>
Test and fix for first occurrence of
accept-encoding
header being dropped when more than oneaccept-encoding
header is given.Signed-off-by: markslater [email protected]