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

Unified Diff: net/http/http_proxy_client_socket_pool_unittest.cc

Issue 9516009: SPDY - disable spdy/2.1 (flow control) by default (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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
Index: net/http/http_proxy_client_socket_pool_unittest.cc
===================================================================
--- net/http/http_proxy_client_socket_pool_unittest.cc (revision 124201)
+++ net/http/http_proxy_client_socket_pool_unittest.cc (working copy)
@@ -177,6 +177,7 @@
ssl_data_->next_proto = "spdy/2.1";
ssl_data_->was_npn_negotiated = true;
ssl_data_->protocol_negotiated = SSLClientSocket::kProtoSPDY21;
+ HttpStreamFactory::set_supported_spdy_version(NPN_SPDY_21);
}
HttpNetworkSession* CreateNetworkSession() {

Powered by Google App Engine
This is Rietveld 408576698