Add support for IETF QUIC RFCv1

This CL adds support for the final RFC version of QUIC, which will have ALPN h3. Since the RFC has not shipped yet, the flag is marked enabling_blocked_by until we get the go-ahead to ship from the IETF.

Protected by quic_reloadable_flag_quic_enable_version_rfcv1.

PiperOrigin-RevId: 355042709
Change-Id: Idf80d71435c38855a89958037123e4944abc35bb
14 files changed
tree: 0c3839e8a873be5c76bae8d5a486e98a1c0b5a93
  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.