From: Amos Jeffries Date: Tue, 3 Feb 2009 00:34:17 +0000 (+1300) Subject: Typo in half_closed_clients documentation X-Git-Tag: SQUID_3_0_STABLE13~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4678da0fb7a20ac4af5519d9dcf27b875e22457;p=thirdparty%2Fsquid.git Typo in half_closed_clients documentation --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 1335fa42ed..e28326337a 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -3215,7 +3215,7 @@ DOC_START By default, Squid will immediately close client connections when read(2) returns "no more data to read." - Change this option to 'off' and Squid will keep open connections + Change this option to 'on' and Squid will keep open connections until a read(2) or write(2) on the socket returns an error. This may show some benefits for reverse proxies. But if not it is recommended to leave OFF.