Stop allowing QuicReceiveControlStream to construct from session and stream_id.

The stream will be constructed from pending stream no matter the order of
delivery and the current code base is already up to date. Cleaning this up will only affect test code.

gfe-relnote: n/a --code cleanup.
PiperOrigin-RevId: 253130432
Change-Id: Idcdaa693b421e5c0911031dcdc44eb5e8c40d9c5
3 files changed
tree: 20c97f4e0858527f576c509cfea14a67e6ad544b
  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.