Guard HTTP/3 priority code behind protocol flag quic_allow_http3_priority which is default false.

gfe-relnote: v99 only, not protected.
PiperOrigin-RevId: 269610032
Change-Id: Ie15cca2d45ab4821e253cec1f34e6e513fde5165
5 files changed
tree: 643e065ab6a959ef5a70238aaf48472685febcfc
  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.