Close
Radioactive said:
There should be restrictions in place to stop multiple connections to the server?
The limit of 20 connections per server isn't really relevant to HTTP Pipelining.

HTTP Pipelining doesn't make more connections, but rather more requests per connection. In other words, it actually reduces the load to the server by making fewer, more efficient connections, with the added benefit of reducing page load times for the user. Its use should be encouraged, as long as Moe properly supports it.