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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user