We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in parsing the incoming request, there is a little glitch in the port handling
http://github.com/pkrumins/nodejs-proxy/blob/master/proxy.js#L86
here in fact the port may be in the header 'host'
for reference http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html Host = "Host" ":" host [ ":" port ] ; Section 3.2.2.
The text was updated successfully, but these errors were encountered:
i made a patch to fix it. http://gist.github.com/537719
Sorry, something went wrong.
No branches or pull requests
in parsing the incoming request, there is a little glitch in the port handling
http://github.com/pkrumins/nodejs-proxy/blob/master/proxy.js#L86
here in fact the port may be in the header 'host'
for reference http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html Host = "Host" ":" host [ ":" port ] ; Section 3.2.2.
The text was updated successfully, but these errors were encountered: