Chromium Code Reviews
Descriptionnet: separate SPDY cookie with "; " as the new RFC requires.
Previously, SPDY cookies would look like:
"FOO=BAR;BAR=BOO;WIBBLE=WOBBLE;"
With this patch they will look like:
"FOO=BAR; BAR=BOO; WIBBLE=WOBBLE"
This will hurt compression a little as cookies are only matched completely so:
Cookie: FOO=BAR
|-----|
won't match against the next Cookie header with an additional cookie:
Cookie: FOO=BAR; BAR=BOO
|------||------|
However, once the set of cookies is stable, it does fine.
BUG=151433
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158088
Patch Set 1 #Patch Set 2 : g cl try #
Total comments: 2
Patch Set 3 : address willchan's comments #
Messages
Total messages: 5 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||