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
4 files changed
tree: 4142e8d5cce7a509cecd91ac91c4835cba02cfac
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

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.