commit | f245d294d1705f5bd4b3df83296dbbd9feff0449 | [log] [tgz] |
---|---|---|
author | renjietang <renjietang@google.com> | Thu Jun 13 16:36:35 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 14 09:40:44 2019 -0700 |
tree | 20c97f4e0858527f576c509cfea14a67e6ad544b | |
parent | 64144fb18ce12829d1d199cb651b75deb69e0bae [diff] |
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
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.