Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I did some research as to why this isn't enabled by default and really couldn't find any good reasons.
Apache Traffic Server supports this, and I got a roughly 100% speed boost by enabling it.
I also dropped the folks at Mozilla a line and suggested they support this.

Code Block
network.http.pipelining user_set boolean true
network.http.pipelining.ssl user_set boolean true
network.http.proxy.pipelining user_set boolean true

...