If WebTransport is on, buffer all incoming HTTP/3 requests until SETTINGS are received.

This fixes a bug where the server would reject WebTransport requests based on lack of WebTransport support if client settings arrive after the request.

PiperOrigin-RevId: 365819131
Change-Id: I8e9bc2069525b7b7115903cb5dc02e3a36cdd2e4
6 files changed
tree: 06074da4e637c54f38dcd15137c51b4064aed92b
  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.