From: Amos Jeffries Date: Tue, 17 Nov 2015 06:39:08 +0000 (-0800) Subject: Docs: update ConnStateData::kick() comment X-Git-Tag: SQUID_4_0_3~5^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d84a11612f7c2fa3e9b8014c86019db0ccf44e0;p=thirdparty%2Fsquid.git Docs: update ConnStateData::kick() comment --- diff --git a/src/client_side.h b/src/client_side.h index 6bb81dee53..faef326e7a 100644 --- a/src/client_side.h +++ b/src/client_side.h @@ -204,7 +204,7 @@ public: bool clientParseRequests(); void readNextRequest(); - /// try to complete a transaction or read more I/O + /// try to make progress on a transaction or read more I/O void kick(); bool isOpen() const;