When QPACK encoding, allow blocking references on a stream that is already blocked. After this change, blocked_stream_count() would only be used in tests. This CL also takes the opportunity to replace it with a more expressive stream_is_blocked() method. gfe-relnote: n/a, change to QUIC v99-only code. Protected by existing disabled gfe2_reloadable_flag_quic_enable_version_99. PiperOrigin-RevId: 270385673 Change-Id: I2b68be71f2db19e2acbc830b3a4579436fe4fa39
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.