DescriptionBreak out of the loop in QuicSession::OnCanWrite if the QuicConnection
is congestion control blocked. This fixes a weird form of
starvation among same-priority streams caused by streams often
ending up in the same order in the WriteBlockedList before and after
QuicSession::OnCanWrite.
Stop iterating through QUIC write blocked streams if the connection is
congestion-control blocked to avoid starvation of same-priority
streams. Not flag protected.
Merge internal change: 59513911
R=rch@chromium.org
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|