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
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.