Remove QuicSession::RegisterStaticStream() and merge it into QuicSession::ActivateStream(). As static_stream_map_ has been removed, static streams are getting less and less distinct from normal streams. And now after preventing v99_stream_id_manager from knowing about stream staticness, static streams are all the same as dynamic streams only to be different in is_static_ field. So I think it'd be a nice cleanup to have only one method. gfe-relnote: code refactoring. No behavior change. PiperOrigin-RevId: 267652775 Change-Id: I27137a225c69c0a41c644d473d59e7a4c3c64359
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.