]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update docs for finished()
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 17 Nov 2015 08:18:25 +0000 (00:18 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 17 Nov 2015 08:18:25 +0000 (00:18 -0800)
src/client_side.h

index 8b3f92033bfe779af29a042414915e6580546776..2e8d36357005f9d55f389c35a95b7d6695ad2ae5 100644 (file)
@@ -133,7 +133,7 @@ public:
     clientStreamNode * getTail() const;
     clientStreamNode * getClientReplyContext() const;
     ConnStateData *getConn() const;
-    void finished(); ///< cleanup when the transaction has finished
+    void finished(); ///< cleanup when the transaction has finished. may destroy 'this'
     void deferRecipientForLater(clientStreamNode * node, HttpReply * rep, StoreIOBuffer receivedData);
     bool multipartRangeRequest() const;
     void registerWithConn();