On Wed, 2005-12-28 at 09:49 +0100, Juan Pablo GarcĂ­a Ortiz wrote:
> Hello,
> 
> i would like to know if Squid supports pipelining, in the sense of the 
> following case:
> 
> client <---> squid <---> server
> 
> the client establishes a persistent communication with squid and sends a 
> set of consecutive requests (that is, it sends one request without waiting 
> the response of the previous one). How does squid manage this situation? 
> Does it also send all these requests to the server, using the pipelining? 
> Or does it make a request to the server one by one, waiting the response 
> of every request before sending the next one?

Squid supports pipelining, unless stateful authentications schemes are
configured.

        Kinkie

Reply via email to