diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-21 21:49:14 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-21 21:49:14 +0000 |
commit | a19cb733bc10273d8e31c6a3e71d4d8f0b6b60f2 (patch) | |
tree | 43fd56c2ee64a8d58276b9eb8cf26144a537c59d /webkit/support/weburl_loader_mock_factory.cc | |
parent | 7e1415bb88ea8bf7a624e364dbf169fb16fccd5b (diff) | |
download | chromium_src-a19cb733bc10273d8e31c6a3e71d4d8f0b6b60f2.zip chromium_src-a19cb733bc10273d8e31c6a3e71d4d8f0b6b60f2.tar.gz chromium_src-a19cb733bc10273d8e31c6a3e71d4d8f0b6b60f2.tar.bz2 |
net: 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
Review URL: https://chromiumcodereview.appspot.com/10957038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158088 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support/weburl_loader_mock_factory.cc')
0 files changed, 0 insertions, 0 deletions