commit | 8b26973a4f637193db710a4c6ba24c53b0ce44de | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Fri Jun 07 06:53:15 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 07 08:30:39 2019 -0700 |
tree | 1da36dc31dca536799c4d563ecb11441152550f3 | |
parent | 01d564367ae0ef8ebd5f86eff7d0d10e5fcddf7e [diff] |
Split cookies along ';' instead of '\0' in ValueSplittingHeaderList. This is described at https://httpwg.org/specs/rfc7540.html#CompressCookie. gfe-relnote: n/a. Change in QPACK code used in QUIC v99 only. PiperOrigin-RevId: 252041422 Change-Id: Id4e99993d8c25cccdedd334488fd6b5cae3058d0
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.