Delete PCC code.

We've not been actively experimenting with it for a while.  Deleting it will reduce maintenance cost, and we can always recover the code later.

PiperOrigin-RevId: 359536805
Change-Id: I82fa6974fde74520810c94b96cd6ea4e86c99e24
2 files changed
tree: 4f1e2b40f294032cd4adf80e113d6eccfcb424fc
  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.