]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/Server.h
Merged from trunk.
[thirdparty/squid.git] / src / Server.h
index 7d2c305a587dadee30f41d1bef1da388b8f15edc..c7d102ecacf09f39a9ae73460878cde5592a7abe 100644 (file)
@@ -117,7 +117,7 @@ private:
 
 protected:
     // kids customize these
-    virtual void haveParsedReplyHeaders(); /**< default does nothing */
+    virtual void haveParsedReplyHeaders(); /**< called when got final headers */
     virtual void completeForwarding(); /**< default calls fwd->complete() */
 
     // BodyConsumer for HTTP: consume request body.
@@ -192,6 +192,7 @@ protected:
 private:
     void quitIfAllDone();            /**< successful termination */
     void sendBodyIsTooLargeError();
+    void maybePurgeOthers();
 
     HttpReply *theVirginReply;       /**< reply received from the origin server */
     HttpReply *theFinalReply;        /**< adapted reply from ICAP or virgin reply */