-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix quoted cookie #5398
Fix quoted cookie #5398
Conversation
3f0e7df
to
296b421
Compare
Looks like a draft, converting |
Yes, but I also don't see how to fix this, without breaking another of the test cases: |
bf7516d
to
9c7a1ad
Compare
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard |
I'm giving up on this one. I think at some point we should probably drop http.cookies, as it seems to give too many issues. We should also lose the interpretation of quoted cookies altogether as this concept doesn't exist in either latest or oldest cookie spec and was never adopted by browsers. |
Fixes #5397