-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Proxy handling does not properly set destination Host header #774
Comments
I see, I misunderstood the spec. I understood that the It may be that the proxy you are using is indeed using version HTTP/1.0, or otherwise has a bug itself
|
That would not surprise me. yay corp IT. |
Here is a script transcript of a working proxy session
Note the destination is specified TWICE. Once on the GET and once again in the Host line. The current client code does not set the Host correctly.
Here is the diff needed to fix it:
e)
};
The text was updated successfully, but these errors were encountered: