Support unidirectional streams in WebTransport over HTTP/3. This CL adds support for sending, receiving, buffering, tracking and closing unidirectional streams attached to a WebTransport over HTTP/3 session. This also fills in some of the missing gaps in the API and testing infrastructure to make this work. PiperOrigin-RevId: 366108288 Change-Id: I16b779f8905b597b5f948f02a7c37e656ae44659
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.