-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
URL unexpectedly removes single digit ports #50235
Comments
cc @nodejs/url |
I can reproduce on the latest |
cc @lemire |
Great. I can write a fix. |
It is indeed a bug in ada-url/ada. I have a verification and a potential fix upstream. Thank you for the clear report with reproducible cases. |
@anonrig Should be able to tell you. |
When will it appear in the 20th node? |
The fix is included in Ada v2.7.3 (Ref commit : ada-url/ada@d4ab1a6). It is not yet merged into Node.js core. |
I retriggered the update script: #50771 |
@nodejs/releasers I added |
Version
v18.18.2
Platform
Darwin M12VHYH70W 23.0.0 Darwin Kernel Version 23.0.0: Fri Sep 15 14:41:43 PDT 2023; root:xnu-10002.1.13~1/RELEASE_ARM64_T6000 arm64
Subsystem
url
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
consistently wrong
What is the expected behavior? Why is that the expected behavior?
What do you see instead?
Additional information
Having the url parameter set makes urllib forget a single digit port.
The text was updated successfully, but these errors were encountered: