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

This commit is contained in:
gavin@gavinsharp.com 2008-04-16 13:07:49 -07:00
parent 3919282961
commit 68c0b4c984

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