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

feat: support http2 request headers that contains multiple cookie fields #137

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

rmrt1n
Copy link
Contributor

@rmrt1n rmrt1n commented Jun 29, 2024

Fixes #136.

Changes the get-headers function to merge multiple cookie fields into one field; make the behavior consistent with HTTP/1.1 headers. Also added .lsp and .clj-kondo to gitignore.

@sunng87 sunng87 merged commit 9770773 into sunng87:master Jun 29, 2024
1 check passed
@sunng87
Copy link
Owner

sunng87 commented Jun 29, 2024

Released in 0.33.3. Thank you for the fix!

@rmrt1n rmrt1n deleted the http-2-cookie branch June 29, 2024 13:27
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.

HTTP/2 Cookies are unintentionally truncated/removed
2 participants