-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch incorporates two ABNF changes: 1. Closes #1074 by adjusting the `cookie-pair` grammar to include optional spaces. We test this behavior in a few distinct WPTs, including chromium0014, name0018, value0006. 2. Closes #1119 by removing OWS from the spec, as user agents generally follow the "SHOULD" in the current text to limit themselves to a single SP rather than serializing with OWS. It's reasonable to lock that in, and it also happens to match all the `Cookie:` header tests we have. Thanks to both @reschke and @bakulf for paying attention to this.
- Loading branch information
Showing
1 changed file
with
18 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters