Clean up code on SETTINGS.

SETTINGS are now only sent in HTTP/3. And since it's sent once encryption is established, it doesn't need to be explicitly sent before PRIORITY is written.

gfe-relnote: protected by disabled v99 flag.
PiperOrigin-RevId: 276159509
Change-Id: I8a090fcc54c222578ffcb0bf9c66dc00c0f2e20f
1 file changed
tree: b4e4e7dabdfcebe48ead84cae8e734f90e74df34
  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.