-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
http: split set-cookie when using setHeaders #51649
http: split set-cookie when using setHeaders #51649
Conversation
Review requested:
|
a6ad1c6
to
ab75703
Compare
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.
LGTM!
ab75703
to
ff72f2f
Compare
ff72f2f
to
330e8bb
Compare
330e8bb
to
094349f
Compare
Co-authored-by: akhil marsonya <16393876+marsonya@users.noreply.github.com>
Commit Queue failed- Loading data for nodejs/node/pull/51649 ✔ Done loading data for nodejs/node/pull/51649 ----------------------------------- PR info ------------------------------------ Title http: split set-cookie when using setHeaders (#51649) Author Marco Ippolito (@marco-ippolito) Branch marco-ippolito:feat/set-headers-cookies -> nodejs:main Labels http, author ready Commits 2 - http: split set-cookie when using setHeaders - Update lib/_http_outgoing.js Committers 2 - marco-ippolito - GitHub PR-URL: https://github.com/nodejs/node/pull/51649 Fixes: https://github.com/nodejs/node/issues/51599 Reviewed-By: Paolo Insogna Reviewed-By: Luigi Pinca Reviewed-By: Akhil Marsonya Reviewed-By: Minwoo Jung ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/51649 Fixes: https://github.com/nodejs/node/issues/51599 Reviewed-By: Paolo Insogna Reviewed-By: Luigi Pinca Reviewed-By: Akhil Marsonya Reviewed-By: Minwoo Jung -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 02 Feb 2024 11:18:39 GMT ✔ Approvals: 4 ✔ - Paolo Insogna (@ShogunPanda): https://github.com/nodejs/node/pull/51649#pullrequestreview-1860949554 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/51649#pullrequestreview-1860948676 ✔ - Akhil Marsonya (@marsonya): https://github.com/nodejs/node/pull/51649#pullrequestreview-1860999209 ✔ - Minwoo Jung (@JungMinu): https://github.com/nodejs/node/pull/51649#pullrequestreview-1861448465 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-02-04T09:38:30Z: https://ci.nodejs.org/job/node-test-pull-request/57047/ - Querying data for job/node-test-pull-request/57047/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 51649 From https://github.com/nodejs/node * branch refs/pull/51649/merge -> FETCH_HEAD ✔ Fetched commits as c975384264dc..d546c502a56e -------------------------------------------------------------------------------- [main 4c1cc83b8f] http: split set-cookie when using setHeaders Author: marco-ippolito Date: Fri Feb 2 11:55:37 2024 +0100 2 files changed, 64 insertions(+), 2 deletions(-) [main 918a9ad1d1] Update lib/_http_outgoing.js Author: Marco Ippolito Date: Sat Feb 3 12:23:09 2024 +0100 1 file changed, 1 insertion(+), 1 deletion(-) ✔ Patches applied There are 2 commits in the PR. Attempting autorebase. Rebasing (2/4)https://github.com/nodejs/node/actions/runs/7775666607 |
Landed in 9448c61 |
PR-URL: nodejs#51649 Fixes: nodejs#51599 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
PR-URL: nodejs#51649 Fixes: nodejs#51599 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Fixes: #51599
This allows
set-cookie
header to work correctly withsetHeaders