Here’s another, albeit awkward configuration change for Mozilla Firefox for networking.
Enter about:config in the URL of the browser and manipulate the following, I’ve shown the defaults in parethesis to aid in reverting them if you encounter problems.
network.http.pipelining=true (def:false)
network.http.proxy.pipelining (def:false – only required if you use proxies that support)
network.http.pipelining.maxrequests=8 (def:4, max is 8)
References:
- http://en.wikipedia.org/wiki/HTTP_pipelining
- http://www.mozilla.org/projects/netlib/http/pipelining-faq.html
- http://www.mozilla.org/support/firefox/tips#oth_pipelining
Cheers!