Jens Manfredson wrote:
> What is "enable HTTP pipelining" ?
>From http://www.w3.org/Protocols/rfc2068/rfc2068 (HTTP 1.1):
o HTTP requests and responses can be pipelined on a connection.
Pipelining allows a client to make multiple requests without
waiting for each response, allowing a single TCP connection to
be
used much more efficiently, with much lower elapsed time.
see also section 8.1.2.2 Pipelining
Tracking bug for mozilla:
* [meta] HTTP pipelining bugs.
http://bugzilla.mozilla.org/show_bug.cgi?id=61690
Andreas