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

Unified Diff: net/http/http_network_layer.cc

Issue 5592009: Disable SPDY by default as a test to see if heap corruption goes away. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change to hopefully not break tests. Created 10 years 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 | net/http/http_stream_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_layer.cc
diff --git a/net/http/http_network_layer.cc b/net/http/http_network_layer.cc
index 3da23c2643dff1272d48b8199adf29050c0bdac2..7ce15682ce6927c6ba0471d2db865b62f94b6400 100644
--- a/net/http/http_network_layer.cc
+++ b/net/http/http_network_layer.cc
@@ -258,5 +258,10 @@ void HttpNetworkLayer::EnableSpdy(const std::string& mode) {
LOG(DFATAL) << "Unrecognized spdy option: " << option;
}
}
+
+ // TODO(willchan): Re-enable SPDY after a canary release goes out
+ // with SPDY off.
+ HttpStreamFactory::set_spdy_enabled(false);
}
+
} // namespace net
« no previous file with comments | « no previous file | net/http/http_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698