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
4 files changed
tree: 1da36dc31dca536799c4d563ecb11441152550f3
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

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.