[tor-commits] [torbrowser/maint-2.2] give all bundles pipelining prefs in prefs.js

erinn at torproject.org erinn at torproject.org
Sun Sep 4 23:38:15 UTC 2011


commit e47a7e529eb36627d3d6fc0f23c33cdc1be3c281
Author: Erinn Clark <erinn at torproject.org>
Date:   Mon Sep 5 00:37:49 2011 +0100

    give all bundles pipelining prefs in prefs.js
---
 build-scripts/config/no-polipo-4.0.js |    4 ++++
 build-scripts/config/windows-4.0.js   |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/build-scripts/config/no-polipo-4.0.js b/build-scripts/config/no-polipo-4.0.js
index ae792bd..908402d 100644
--- a/build-scripts/config/no-polipo-4.0.js
+++ b/build-scripts/config/no-polipo-4.0.js
@@ -99,6 +99,10 @@ user_pref("intl.charsetmenu.browser.cache", "UTF-8");
 user_pref("network.cookie.cookieBehavior", 1);
 user_pref("network.cookie.lifetimePolicy", 2);
 user_pref("network.cookie.prefsMigrated", true);
+user_pref("network.http.pipelining", true);
+user_pref("network.http.pipelining.maxrequests", 10);
+user_pref("network.http.pipelining.ssl", true);
+user_pref("network.http.proxy.pipelining", true);
 user_pref("network.hosts.pop_server", "");
 user_pref("network.protocol-handler.external-default", false);
 user_pref("network.protocol-handler.external.mailto", false);
diff --git a/build-scripts/config/windows-4.0.js b/build-scripts/config/windows-4.0.js
index 6330c6f..3029145 100644
--- a/build-scripts/config/windows-4.0.js
+++ b/build-scripts/config/windows-4.0.js
@@ -107,6 +107,10 @@ user_pref("intl.charsetmenu.browser.cache", "UTF-8");
 user_pref("network.cookie.cookieBehavior", 1);
 user_pref("network.cookie.lifetimePolicy", 2);
 user_pref("network.cookie.prefsMigrated", true);
+user_pref("network.http.pipelining", true);
+user_pref("network.http.pipelining.maxrequests", 10);
+user_pref("network.http.pipelining.ssl", true);
+user_pref("network.http.proxy.pipelining", true);
 user_pref("network.hosts.pop_server", "");
 user_pref("network.protocol-handler.external-default", false);
 user_pref("network.protocol-handler.external.mailto", false);



More information about the tor-commits mailing list