commit | 2c4d7128bd093af8a65ef937c05ef959ca6a4998 | [log] [tgz] |
---|---|---|
author | renjietang <renjietang@google.com> | Mon May 20 17:18:14 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue May 21 02:07:58 2019 -0700 |
tree | 39bf0b84a5b9306b8f8c9fb671c9d159a0937a1c | |
parent | 6c2d64f959a2f11492f35d02bf7beb2dc25da807 [diff] |
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
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.