Treat HTTP/2 specific SETTING identifiers as errors in HTTP/3.

This is specified in https://datatracker.ietf.org/doc/html/draft-ietf-quic-http-30#appendix-A.3

Protected by quic_reloadable_flag_quic_reject_spdy_settings.

PiperOrigin-RevId: 333116208
Change-Id: I946f35ec70c490efb8ca10dbfb1bf9799240daf8
6 files changed
tree: 78c05e14fe0e659859d9e602f3079723fd8dc0bc
  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.