Fix two blocking_allowed_on_stream() calls in QpackBlockingManagerTest.BlockingAllowedOnStream.

At the time of these two calls, there are two blocked streams: kStreamId1 and
kStreamId2.  According to the comment at qpack_blocking_manager.h:60, behavior
is undefined if |maximum_blocked_streams| is less than the number of currently
blocked streams.

gfe-relnote: n/a, change to QUIC v99-only code.  Protected by existing disabled gfe2_reloadable_flag_quic_enable_version_99.
PiperOrigin-RevId: 271590903
Change-Id: I58755fbc853e4b929fa8c534b8bb0421bbe31168
1 file changed
tree: babf26d793770a690b97e3ff48c060bcb1ccb2ba
  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.