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

Unified Diff: net/http/http_network_layer.cc

Issue 5727001: Revert 68696 - Disable SPDY by default as a test to see if heap corruption go... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- net/http/http_network_layer.cc (revision 68746)
+++ net/http/http_network_layer.cc (working copy)
@@ -258,10 +258,5 @@
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