Minor changes to make WebTransport over HTTP/3 integration work.

* QuicSpdyClientSession/Stream are now exported into Chrome proper.
* QuicSpdySession sets up a datagram queue observer
* QuicSpdySession provides a virtual method for overriding quic_h3_datagram feature flag.

PiperOrigin-RevId: 367333659
Change-Id: I9c7918c0e6e08c7864179cc36517eabbc5157b13
4 files changed
tree: cca8c1d9ec7ca83040f424b3f24b3325b61b53a7
  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.