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.