Split QUIC session type to two: SECURE_SPDY4_OVER_QUIC only for QUIC crypto, and QUIC_WITH_TLS1_3 for QUIC with TLS.

gfe-relnote: n/a (test only change)
PiperOrigin-RevId: 303143429
Change-Id: If3e297091c110011a6f094fa0f949137c70605ea
2 files changed
tree: b0417ad26a61f1a3c9b664a70ac2fff8ed71c755
  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.