Remove PRIORITY frame.

PRIORITY frame has been removed from the draft HTTP/3 spec at
https://github.com/quicwg/base-drafts/pull/2922.

Also remove protocol flag FLAGS_quic_allow_http3_priority.

gfe-relnote: n/a, change to QUIC v99-only code.  Protected by existing disabled gfe2_reloadable_flag_quic_enable_version_99.
PiperOrigin-RevId: 289115003
Change-Id: I52891171f4c2b11107f0afc2db6e069963b13d6e
18 files changed
tree: 4b55e0188a096e6a5115732d5a42c4ef7f8786e9
  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.