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

Unified Diff: net/http/http_network_session.cc

Issue 275953002: Remove HTTP pipelining support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 6 years, 7 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_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 6b5c12853e334417fce9b8fc7a8e1d60af30d831..020a02beab1dd9be2f18de4359a041ba21a3a5ba 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -67,9 +67,7 @@ HttpNetworkSession::Params::Params()
network_delegate(NULL),
net_log(NULL),
host_mapping_rules(NULL),
- force_http_pipelining(false),
ignore_certificate_errors(false),
- http_pipelining_enabled(false),
testing_fixed_http_port(0),
testing_fixed_https_port(0),
force_spdy_single_domain(false),
@@ -103,7 +101,6 @@ HttpNetworkSession::HttpNetworkSession(const Params& params)
http_server_properties_(params.http_server_properties),
cert_verifier_(params.cert_verifier),
http_auth_handler_factory_(params.http_auth_handler_factory),
- force_http_pipelining_(params.force_http_pipelining),
proxy_service_(params.proxy_service),
ssl_config_service_(params.ssl_config_service),
normal_socket_pool_manager_(

Powered by Google App Engine
This is Rietveld 408576698