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

update to work with http/2 and chrome 60 #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

deanproxy
Copy link

Google Chrome 60 has started to convert HTTP headers to lowercase. For example, xhr.getAllResponseHeaders() will return items such as content-type instead of Content-Type. This is due to a change in the HTTP/2 spec, which all headers will be lowercase. So this appears to be a permanent change. I have updated the source code to handle both cases.

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.

None yet

1 participant