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
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.