Preethi Natarajan wrote:
While going through all.js, I found another interesting parameter value
specification:
pref("network.http.pipelining" , false);
Does this mean that the HTTP requests will not be pipelined?
Yes. Enabling that causes issues with various sites due to broken servers and possibly due to bugs in the pipelining code in necko.
-Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
