-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
doc: http.request parameter protocol defaults to http
could mention it ignores trailing colon
#4712
Comments
cjihrig
added a commit
to cjihrig/node
that referenced
this issue
Jan 15, 2016
The previously listed default of 'http' is incorrect, and causes an error to be thrown. This commit changes it to the correct value of 'http:' Fixes: nodejs#4712
scovetta
pushed a commit
to scovetta/node
that referenced
this issue
Apr 2, 2016
The previously listed default of 'http' is incorrect, and causes an error to be thrown. This commit changes it to the correct value of 'http:' Fixes: nodejs#4712 PR-URL: nodejs#4714 Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because it says
url.parse() returns a protocol with trailing colons, and this is a little confusing.
The text was updated successfully, but these errors were encountered: