Client-side workaround for probes receiving unexpected length prefixes

This CL is a client-side workaround for b/139330014 where an old client expects no length prefix but receives a length-prefixed response.

This workaround will be rolled back once cl/263172621 is deployed on production servers.

gfe-relnote: n/a, client-only change
PiperOrigin-RevId: 263188480
Change-Id: Ib41e848c21ecef840c11a9c33d77c6abb1f7fae3
2 files changed
tree: dc72066a8f6a70023f12779e624ba74613bde803
  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.