client_persistent_connections |
This directive controls whether or not Squid uses persistent HTTP connections to cache clients. When disabled, Squid sends Connection: close headers in its responses to clients. If you suspect problems caused by client-side persistent connections, disable this directive.
Syntax |
client_persistent_connections on|off |
Default |
client_persistent_connections on |
Example |
client_persistent_connections off |
Related |
server_persistent_connections, pipeline_prefetch |