From: wessels <> Date: Thu, 26 Jan 2006 06:59:46 +0000 (+0000) Subject: The 'ICAPClientRespmodPrecache' pointer in HttpStateData was moved to X-Git-Tag: SQUID_3_0_PRE4~336 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5ef6ad5c27758eb1dcd3e219807895271f6f602;p=thirdparty%2Fsquid.git The 'ICAPClientRespmodPrecache' pointer in HttpStateData was moved to ServerStateData. --- diff --git a/src/http.h b/src/http.h index 7868944eb8..58b054522f 100644 --- a/src/http.h +++ b/src/http.h @@ -1,6 +1,6 @@ /* - * $Id: http.h,v 1.20 2006/01/25 17:41:23 wessels Exp $ + * $Id: http.h,v 1.21 2006/01/25 23:59:46 wessels Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -95,7 +95,6 @@ public: void processSurrogateControl(HttpReply *); #if ICAP_CLIENT - ICAPClientRespmodPrecache *icap; void icapAclCheckDone(ICAPServiceRep::Pointer); bool icapAccessCheckPending; #endif