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

cookies: better support for multiple cookies in set-cookie header, se… #102

Merged
merged 1 commit into from
Jan 15, 2023

Conversation

ikreymer
Copy link
Member

…parated by commas:

  • remove 'expires=' via regex to avoid messing up on ',' in date
  • cleanup parseSetCookie, make it clearer new set-cookie are appended to preset list

…parated by commas:

- remove 'expires=' via regex to avoid messing up on ',' in date
- cleanup parseSetCookie, make it clearer new set-cookie are appended to preset list
@ikreymer ikreymer merged commit 17cac92 into main Jan 15, 2023
@ikreymer ikreymer deleted the cookie-fix branch January 15, 2023 00:59
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.

1 participant