Bug 422978: disable pipelining for SSL again, since it broke some internet banking websites, patch by Honza Bambas <honzab@allpeers.com>, r=biesi, a=beltzner

git-svn-id: svn://10.0.0.236/trunk@250325 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2008-04-16 20:07:49 +00:00
parent 95c3b7e065
commit d3b4776cc7

View File

@@ -610,7 +610,7 @@ pref("network.http.redirection-limit", 20);
pref("network.http.accept-encoding" ,"gzip,deflate");
pref("network.http.pipelining" , false);
pref("network.http.pipelining.ssl" , true); // enable pipelining over SSL
pref("network.http.pipelining.ssl" , false); // disable pipelining over SSL
pref("network.http.proxy.pipelining", false);
// Max number of requests in the pipeline