-
Notifications
You must be signed in to change notification settings - Fork 276
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
Parse "bare" cookies in non-strict mode #10
Comments
Triage: should investigate if this is still an issue, sync up with the whatwg reference linked above? |
Correctly parsing cookies with empty / no key was merged in #49. Let's create a new issue if we want to investigate the whatwg reference. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some cookies with an empty value can look like
name
instead ofname=
. These should be parse-able in non-strict mode and round-tip when serializing to strings.The text was updated successfully, but these errors were encountered: