Remove files that should have been deleted

MAX_STREAM_ID and STREAM_ID_BLOCKED frames have been replaced with
MAX_STREAMS and STREAMS_BLOCKED. Files inadvertantly remained in the repo.

gfe-relnote: N/A removes files no longer used.
PiperOrigin-RevId: 244902371
Change-Id: I6f95c9166d4e973603b5e9cc35bdc9f4240651cb
6 files changed
tree: 703a29b47308f0f5278e0a6f40399f8b99cbb3c7
  1. epoll_server/
  2. http2/
  3. quic/
  4. spdy/
  5. CONTRIBUTING.md
  6. LICENSE
  7. 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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.