DescriptionRemove unused ability to disable flow control in QUIC
QuicFlowController::Disable() is no longer called. It was used when we
disabled flow control for the headers and crypto streams, and for old
versions which did not support connection level flow control. Now that
we are on QUIC_VERSION_23, we now use flow control on all streams and
all connections, so this is safe to remove.
Thanks to tgreer@ for the scythe code removal in cl/86835556, and
alyssar@ for noticing that the removal of the dead
QuicFlowController:Disable() meant we could remove substantially more in
this CL.
Merge internal change: 86960342
R=rch@chromium.org
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|