/[packages]/cauldron/seamonkey/current/SOURCES/mozilla-1.7-pipelining.patch
ViewVC logotype

Contents of /cauldron/seamonkey/current/SOURCES/mozilla-1.7-pipelining.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82798 - (show annotations) (download)
Sun Apr 10 16:39:19 2011 UTC (13 years ago) by ennael
File size: 590 byte(s)
imported package seamonkey
1 --- mozilla/modules/libpref/src/init/all.js.orig 2004-08-11 10:08:09.009190644 +0200
2 +++ mozilla/modules/libpref/src/init/all.js 2004-08-11 10:11:06.691298448 +0200
3 @@ -529,8 +529,8 @@
4 // NOTE: support for "compress" has been disabled per bug 196406.
5 pref("network.http.accept-encoding" ,"gzip,deflate");
6
7 -pref("network.http.pipelining" , false);
8 -pref("network.http.proxy.pipelining", false);
9 +pref("network.http.pipelining" , true);
10 +pref("network.http.proxy.pipelining", true);
11
12 // Max number of requests in the pipeline
13 pref("network.http.pipelining.maxrequests" , 4);

  ViewVC Help
Powered by ViewVC 1.1.30