Introduce MASQUE, part 1: shared code

This CL introduces the shared code for MASQUE as defined by <https://tools.ietf.org/html/draft-schinazi-masque>. Most of the work here is plumbing in order to override the right methods of the QUIC codebase. The meat of the MASQUE protocol work is in masque_compression_engine.cc.

gfe-relnote: n/a, adds unused code
PiperOrigin-RevId: 285439559
Change-Id: I2739a002a723d5ba783034fb78959f02f3d89365
5 files changed
tree: 58d5bdfec08e71a0d28a00bf22a02ecac407456c
  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.