Clean up QuicStreamIdManagerTests * Parameterize the test on perspective in addition to directionality to make sure all tests cover all configurations * Replace Client/Server/Base Test classes with a single class * Remove confusing StreamCountToId method * Replace 3 GetNth<Bidi|Uni><Client|Server> methods with a single GetNthIncomingStreamId method. * Remove redundant tests. * Rename IsUni to IsUnidirectional to comply with the style guide and remove IsBidi. * Rename various tests to remove redundancy in the names * Remove some redundant comments. gfe-relnote: n/a - Test and DCHECK only PiperOrigin-RevId: 270351085 Change-Id: I63f705ecbf8c36b123c3b8976d55204ada4e8ac2
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.