Refactor GetOrCreateStream() and GetOrCreateDynamicStream() and remove
StreamHandler.

StreamHandler is no longer needed since pending stream handling is done
separately from normal streams.

GetOrCreateStreamImpl() is no longer needed since GetOrCreateStream() now only
deals with normal streams.

gfe-relnote: code refactor, no bahavior change. Not flag protected.
PiperOrigin-RevId: 249158527
Change-Id: I579d1ce1705743e5ebbe2dc6f699705620a46ac4
2 files changed
tree: 39bf0b84a5b9306b8f8c9fb671c9d159a0937a1c
  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.

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.