Skip to content
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

Handle multiple set-cookie headers when using Node client #1155

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Handle multiple set-cookie headers when using Node client #1155

merged 2 commits into from
Jul 24, 2024

Conversation

tcarnes
Copy link
Contributor

@tcarnes tcarnes commented Jul 24, 2024

This allows for the special multi-value header of set-cookie to be processed properly by appending values instead of setting them when processing the header/trailer muxing and demuxing. Including a test that demonstrates issue without the change. Fixes #1154.

tcarnes and others added 2 commits July 23, 2024 22:48
Signed-off-by: Timo Stamm <ts@timostamm.de>
Copy link
Member

@timostamm timostamm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the report and the fix, Tim. LGTM!

@timostamm timostamm merged commit 63e0280 into connectrpc:main Jul 24, 2024
18 of 19 checks passed
@timostamm timostamm mentioned this pull request Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not getting all Set-Cookie headers in response when using Node client
2 participants