Add big red button to disable QUIC TLS resumption.

Protected by FLAGS_quic_disable_server_tls_resumption.

PiperOrigin-RevId: 341128029
Change-Id: Id6d81e63d8c5f58595565144c6af99525a5f25a6
4 files changed
tree: 697ac0976b58d2d26350f243a1efbe4ec82435d5
  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.