From: Amos Jeffries Date: Sun, 1 Feb 2009 06:05:58 +0000 (+1300) Subject: Typo in half_closed_clients documentation X-Git-Tag: SQUID_3_2_0_1~1227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abdf1651f3aa28bb6b54d1d27d65d0c63e3eae61;p=thirdparty%2Fsquid.git Typo in half_closed_clients documentation --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 2ca47d8845..134b5ba064 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -3552,7 +3552,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.