DescriptionFix QuicSession to unbuffer data when the QuicTransportChannel reconnects
The QuicWriteBlockedList needs to register outgoing QUIC
streams so that when the QuicTransportChannel becomes
unwritable and QUIC streams have buffered data, they can
send data once the QuicTransportChannel becomes writable.
Otherwise the QUIC streams will remain write blocked
after the QuicTransportChannel is writable.
BUG=
Committed: https://crrev.com/70035cae4d4cd2906a244e420830bb9f7b6e3391
Cr-Commit-Position: refs/heads/master@{#12573}
Patch Set 1 : #
Total comments: 6
Patch Set 2 : Respond to pthatcher comments #
Messages
Total messages: 21 (13 generated)
|