gfe-relnote: Fix Http2PriorityWriteScheduler::ShouldYield. Not used in prod. Not protected. Current ShouldYield() assumes the passed in stream_id has ready==true, and if ready==false, it will yield to any other stream. This change fixes ShouldYield() so that it returns correct answers even if ready==false for the given stream_id. PiperOrigin-RevId: 260147911 Change-Id: Ieefb5fc3a341c498bb1f7bf89cae0f92db8691ac
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.