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

Unified Diff: net/spdy/spdy_session.cc

Issue 3035032: turn off flow-control by default (Closed)
Patch Set: Created 10 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session.cc
diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
index 26b6a108b136f32026197e8e7d5a648499f31144..9ceb9513a2bbddbde85676e5c304554902a8021f 100644
--- a/net/spdy/spdy_session.cc
+++ b/net/spdy/spdy_session.cc
@@ -134,7 +134,7 @@ class NetLogSpdySettingsParameter : public NetLog::EventParameters {
bool SpdySession::use_ssl_ = true;
// static
-bool SpdySession::use_flow_control_ = true;
+bool SpdySession::use_flow_control_ = false;
SpdySession::SpdySession(const HostPortPair& host_port_pair,
HttpNetworkSession* session,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698