DescriptionFix flow control enforcement condition.
The receiving window as known and obeyed by the peer is
|unacked_recv_window_bytes_| less than |recv_window_size_|, this should be
reflected in the check in DecreaseRecvWindowSize(). Otherwise
|DCHECK_GE(recv_window_size_, unacked_recv_window_bytes_)| might fail in
IncreaseRecvWindowSize().
This CL fixes that in both SpdySession and SpdyStream.
BUG=478836
Committed: https://crrev.com/2fc6a45506266335ff1fec2bf9a58f896ea7cf43
Cr-Commit-Position: refs/heads/master@{#327285}
Patch Set 1 #Patch Set 2 : Rebase. #Patch Set 3 : Add regression tests. #Patch Set 4 : Change error code. #
Total comments: 2
Patch Set 5 : s/packet/data frame/g #
Messages
Total messages: 11 (3 generated)
|