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?

Best regards and mery christmas.

JP


Reply via email to