]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in half_closed_clients documentation
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 3 Feb 2009 00:34:17 +0000 (13:34 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 3 Feb 2009 00:34:17 +0000 (13:34 +1300)
src/cf.data.pre

index 1335fa42ed0024375b2c23dcf74c3eb7727de01d..e28326337acb18c8606b7414e2eb9dd2dc23d792 100644 (file)
@@ -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.