Skip to content
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

Make sure headers are always lowercase to avoid duplicate headers #307

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LJ1102
Copy link

@LJ1102 LJ1102 commented Jul 13, 2016

Some methods inject headers like 'Content-Length' or 'Content-Type',
however when the user provided headers were not the exact
same casing(eg. 'Content-type' instead of 'Content-Type') both headers
were sent, in cases where their content did not match this resulted in S3
resetting the connection without a clear error message.

Some methods inject headers like 'Content-Length' or 'Content-Type',
however in cases where the user provides headers that are not the exact
same casing(eg. 'Content-type' instead of 'Content-Type') both headers
were sent, in cases where their content did not match this resulted in S3
resetting the connection without a clear error message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant