Index: net/quic/quic_session.cc |
diff --git a/net/quic/quic_session.cc b/net/quic/quic_session.cc |
index f16434d3161171abe535a914fe32eeafa2e6dbb3..547c3c9e9187c432127279b5da42ac7e6388c39b 100644 |
--- a/net/quic/quic_session.cc |
+++ b/net/quic/quic_session.cc |
@@ -487,6 +487,8 @@ void QuicSession::OnNewStreamFlowControlWindow(uint32 new_window) { |
it != stream_map_.end(); ++it) { |
it->second->flow_controller()->UpdateSendWindowOffset(new_window); |
} |
+ |
+ flow_controller_->UpdateSendWindowOffset(new_window); |
wtc
2014/06/19 00:13:25
This change seems unrelated.
ramant (doing other things)
2014/06/19 01:57:35
Rebase with TOT mixed it up. Rebasing again fixed
|
} |
void QuicSession::OnNewSessionFlowControlWindow(uint32 new_window) { |