summaryrefslogtreecommitdiffstats
path: root/google_apis
diff options
context:
space:
mode:
authormmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-27 00:39:10 +0000
committermmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-27 00:39:10 +0000
commitcf4cae3b543ca7cb07c418a79cc630908d246bc4 (patch)
tree134c96007221509e67d0183bbc011cddc04469c2 /google_apis
parentc0b4e87d663d1bf2f30c5857cf9891ba6d02a288 (diff)
downloadchromium_src-cf4cae3b543ca7cb07c418a79cc630908d246bc4.zip
chromium_src-cf4cae3b543ca7cb07c418a79cc630908d246bc4.tar.gz
chromium_src-cf4cae3b543ca7cb07c418a79cc630908d246bc4.tar.bz2
Remove HTTP pipelining support.
It's been a couple years since anyone worked on it, and there are no plans to enable it by default. Cached pipelining-related server information will automatically be cleared when server information is next saved, so there are no issues on that front. BUG=364557 R=asvitkine@chromium.org, eroman@chromium.org, grt@chromium.org, sky@chromium.org, willchan@chromium.org, zea@chromium.org Review URL: https://codereview.chromium.org/275953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272903 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis')
-rw-r--r--google_apis/gcm/tools/mcs_probe.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/google_apis/gcm/tools/mcs_probe.cc b/google_apis/gcm/tools/mcs_probe.cc
index 3f93fd0..36ee999 100644
--- a/google_apis/gcm/tools/mcs_probe.cc
+++ b/google_apis/gcm/tools/mcs_probe.cc
@@ -410,7 +410,6 @@ void MCSProbe::BuildNetworkSession() {
session_params.network_delegate = NULL; // TODO(zea): implement?
session_params.host_mapping_rules = host_mapping_rules_.get();
session_params.ignore_certificate_errors = true;
- session_params.http_pipelining_enabled = false;
session_params.testing_fixed_http_port = 0;
session_params.testing_fixed_https_port = 0;
session_params.net_log = &net_log_;