Boris Zbarsky wrote:
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.

Is there any way to sniff the broken servers and selectively disable pipelining for them, or are we consigned to never enabling this feature (nor fixing the bugs in our code)?

-myk
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to