Allow QuicSimpleServerStream to send CONNECT response

This will allow us to support MASQUE CONNECT-UDP in a subsequent change. This class is not used in production and therefore does not require flag protection.

PiperOrigin-RevId: 344288735
Change-Id: I4e5d75943b36b928e0db55ad5de435b19cb81355
2 files changed
tree: ac1f0c5a9449d03524235ea266cf103f8634e7b3
  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.