[tor-commits] [torbrowser/maint-2.2] change pipelining value to 8 to match the source code

erinn at torproject.org erinn at torproject.org
Wed Sep 7 00:20:43 UTC 2011


commit 7c4f334bb59dd151b4ffc49a0b5bd69f41461f91
Author: Erinn Clark <erinn at torproject.org>
Date:   Wed Sep 7 01:19:54 2011 +0100

    change pipelining value to 8 to match the source code
---
 build-scripts/config/no-polipo-4.0.js |    2 +-
 build-scripts/config/windows-4.0.js   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-scripts/config/no-polipo-4.0.js b/build-scripts/config/no-polipo-4.0.js
index 908402d..88374ff 100644
--- a/build-scripts/config/no-polipo-4.0.js
+++ b/build-scripts/config/no-polipo-4.0.js
@@ -100,7 +100,7 @@ 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.maxrequests", 8);
 user_pref("network.http.pipelining.ssl", true);
 user_pref("network.http.proxy.pipelining", true);
 user_pref("network.hosts.pop_server", "");
diff --git a/build-scripts/config/windows-4.0.js b/build-scripts/config/windows-4.0.js
index 3029145..c07b4f7 100644
--- a/build-scripts/config/windows-4.0.js
+++ b/build-scripts/config/windows-4.0.js
@@ -108,7 +108,7 @@ 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.maxrequests", 8);
 user_pref("network.http.pipelining.ssl", true);
 user_pref("network.http.proxy.pipelining", true);
 user_pref("network.hosts.pop_server", "");



More information about the tor-commits mailing list