-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: keep auth in url.resolve()
if host matches
#8215
Conversation
LGTM if CI is green |
New CI: https://ci.nodejs.org/job/node-test-pull-request/3805/ |
CI failures are unrelated. Landing... |
ugh.. nevermind... @imyller... can you rebase this really quick? |
Fixes: nodejs#8165 Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
5cbab64
to
aaae94e
Compare
@jasnell rebased |
New CI after rebase: https://ci.nodejs.org/job/node-test-pull-request/3822/ |
Landed in 51f96df. Thank you! |
Fixes: nodejs#8165 PR-URL: nodejs#8215 Reviewed-By: James M Snell <jasnell@gmail.com>
adding a don't land tag as this appears to be related to a semver major change not found on v4.x Please feel free to change the label if I am mistaken |
Checklist
make -j4 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
url
Description of change
Keep
auth
in URL ifhost
andhostname
is not changed.Fixes regression introduced in PR #1480
Fixes: #8165