Remove kV99StreamIdIncrement from QuicStreamIdManager.

It's hard coded with the same value as QuicUtils::StreamIdDelta(). There should be only one source of truth.

gfe-relnote: no behavior change. not protected.
PiperOrigin-RevId: 304467242
Change-Id: I81861a89c913d033212d6c5e86181c7cd92636b7
3 files changed
tree: c45bab4080ab05ab15162973e8ec83a281e6b34a
  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.