Skip to content

doc: mention the behaviour if URL is invalid

If the URL passed to http.request is not properly parsable by url.parse, we fall back to use localhost and port 80. This creates confusing error messages like in this question http://stackoverflow.com/q/32675907/1903116.

Merge request reports

Loading