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
See whatwg/url#604. We should align our "hostname state" accordingly:
node/src/node_url.cc
Lines 1765 to 1778 in 3b1a993
The text was updated successfully, but these errors were encountered:
url: exit early when : delimiter is seen in hostname
f93c97c
This aligns with an upstream spec change. Fixes: nodejs#38710
bf06daa
7773d58
This aligns with an upstream spec change. PR-URL: #38742 Fixes: #38710 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]>
Successfully merging a pull request may close this issue.
See whatwg/url#604. We should align our "hostname state" accordingly:
node/src/node_url.cc
Lines 1765 to 1778 in 3b1a993
The text was updated successfully, but these errors were encountered: