Subject: | Doesn't appear to actually pipeline properly |
At (default) max_requests_per_host => 1.
Make 4 requests at once.
One gets sent and 3 sit in the pipeline. At that point when server responds, we know pipelining is allowable. But only 1 of the queued requests gets sent, not all 3, so we proceed in lockstep only actually keeping 1 more outstanding.
--
Paul Evans