-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Response field key should use raw key name #1029
Comments
fundon
changed the title
Response filed key should use raw key name
Response field key should use raw key name
Jun 27, 2016
👍 |
1 similar comment
👍 |
pachirel
added a commit
to pachirel/node-http-proxy
that referenced
this issue
Dec 1, 2016
Fixed in 1.16.0 |
I added |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://github.com/nodejitsu/node-http-proxy/blob/master/lib/http-proxy/passes/web-outgoing.js#L83-L89.
The
proxyRes.headers
are in lowercase. But the raw headers is not.So I thought that we should use
proxyRes.rawHeaders
instead ofproxyRes.headers
.The text was updated successfully, but these errors were encountered: