]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: update ConnStateData::kick() comment
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 17 Nov 2015 06:39:08 +0000 (22:39 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 17 Nov 2015 06:39:08 +0000 (22:39 -0800)
src/client_side.h

index 6bb81dee53a85df80fe61a2f2493ea17fb1de391..faef326e7a80113208de58c49880bca98b89bd23 100644 (file)
@@ -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;