Change QUIC's AlpnForVersion method to omit the "google-" from the string
to reduce the size of Alt-Svc advertisements which use this format.

gfe-relnote: n/a - QUIC v99 only
PiperOrigin-RevId: 265102784
Change-Id: Ie242e350b3609c8d94002280abef54a80e17172f
2 files changed
tree: 6f2cfd0bd80deb9e5de30b9b34016818efe7ee9a
  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.