-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
[v19.x backport] http: join authorization headers #46240
Conversation
PR-URL: nodejs#45982 Fixes: nodejs#45699 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Review requested:
|
Fast-track has been requested by @RafaelGSS. Please 👍 to approve. |
I want to include it in the next v19 release |
cc: @marco-ippolito |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
@@ -2426,6 +2426,13 @@ as an argument to any listeners on the event. | |||
<!-- YAML | |||
added: v0.1.5 | |||
changes: | |||
- version: REPLACEME | |||
pr-url: https://github.com/nodejs/node/pull/45982 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need to update this PR URL to be 46240 or add it as a second pr-url entry? Or do we not do that for backports?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't do that for backports. Example https://github.com/nodejs/node/pull/42298/files.
Landed in 069a30b |
PR-URL: #45982
Fixes: #45699
Reviewed-By: Matteo Collina matteo.collina@gmail.com
Reviewed-By: Yagiz Nizipli yagiz@nizipli.com
Reviewed-By: Paolo Insogna paolo@cowtech.it