| commit | 08a9cf78da4339d0a162b7969b3fc377a0b13df5 | [log] [tgz] |
|---|---|---|
| author | renjietang <renjietang@google.com> | Tue Apr 23 17:01:34 2019 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 24 12:45:53 2019 -0700 |
| tree | b5558b9356c7daaa53b5a7abb9d043b2783450b8 | |
| parent | bb98cbc90092d51b87a430f2702f356f38c86146 [diff] |
Move Crypto stream out of static stream map. It now lives as a class member of the sessions and can be accessed by GetMutableCryptoStream() gfe-relnote: protected by feature flag gfe2_reloadable_flag_quic_eliminate_static_stream_map. PiperOrigin-RevId: 244953118 Change-Id: Id92ddbc7c251090708edcdd3167b55ad1d12dc9b
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.