]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in half_closed_clients documentation
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Feb 2009 06:05:58 +0000 (19:05 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Feb 2009 06:05:58 +0000 (19:05 +1300)
src/cf.data.pre

index 2ca47d884571522271a666499f2e52b5d28f5d5a..134b5ba064684937e42bba4591c0c2beae734f11 100644 (file)
@@ -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.