Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: net/quic/quic_session.cc

Issue 331143006: QUIC Crypto - return the reasons for reject message. Reject reason (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase with TOT Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« net/quic/quic_flags.cc ('K') | « net/quic/quic_flags.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« net/quic/quic_flags.cc ('K') | « net/quic/quic_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698