From: Amos Jeffries Date: Tue, 17 Nov 2015 08:18:25 +0000 (-0800) Subject: update docs for finished() X-Git-Tag: SQUID_4_0_3~5^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afe13dcf59cb82169c5be409c18335c50696a5ad;p=thirdparty%2Fsquid.git update docs for finished() --- diff --git a/src/client_side.h b/src/client_side.h index 8b3f92033b..2e8d363570 100644 --- a/src/client_side.h +++ b/src/client_side.h @@ -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();