Disable client-side ALPS for HTTP/3 in Chrome.

This should be disabled until SETTINGS frame parsing is hooked up, so that when
the server sees that the client supports ALPS it can be sure that it understands
SETTINGS.

PiperOrigin-RevId: 357272601
Change-Id: I4bbeb430a007c4f567077154ac0d0ecc11eed89d
1 file changed
tree: fe51651678db66449c7464d903c72837889a480e
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.