commit | 86189504f4bd280a2f03503672729b629c964b0d | [log] [tgz] |
---|---|---|
author | fayang <fayang@google.com> | Fri Jul 26 08:22:33 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jul 29 15:07:05 2019 -0700 |
tree | 9c7764c8dfe34774f7954c540b2baae213929f84 | |
parent | 7deaf37e9442e433e4d90d11c940f59cdbb184cc [diff] |
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.