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.