| Tag Name |
half_closed_clients |
| Usage |
half_closed_clients on|off |
Description
Some clients may shutdown the sending side of their TCP connections, while leaving their receiving sides open. Sometimes, Squid cannot tell the difference between a half-closed and a fully-closed TCP connection. By default, half-closed client connections are kept open until a read(2) or write(2) on the socket returns an error. Change this option to ‘off’ and Squid will immediately close client connections when read (2) returns “no more data to read
| Default |
half_closed_clients on |
Example
half_closed_clients off