From: wessels <> Date: Fri, 2 Dec 2005 06:19:22 +0000 (+0000) Subject: Removing the 'icap_check_interval' directive because it isn't used X-Git-Tag: SQUID_3_0_PRE4~473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ae147ae962f52c5d09d86f9419b745bcd0d5530;p=thirdparty%2Fsquid.git Removing the 'icap_check_interval' directive because it isn't used in the current implemenation. --- diff --git a/src/ICAP/ICAPConfig.h b/src/ICAP/ICAPConfig.h index 5009d662f1..7aef4fdac4 100644 --- a/src/ICAP/ICAPConfig.h +++ b/src/ICAP/ICAPConfig.h @@ -1,6 +1,6 @@ /* - * $Id: ICAPConfig.h,v 1.3 2005/12/01 19:06:46 wessels Exp $ + * $Id: ICAPConfig.h,v 1.4 2005/12/01 23:19:24 wessels Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -94,7 +94,6 @@ public: int onoff; int preview_enable; int preview_size; - int check_interval; int send_client_ip; int auth_user; char *auth_scheme; diff --git a/src/cf.data.pre b/src/cf.data.pre index 52bbd55059..a6d5142c0c 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.406 2005/11/21 23:11:24 wessels Exp $ +# $Id: cf.data.pre,v 1.407 2005/12/01 23:19:22 wessels Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -4789,16 +4789,6 @@ DOC_START basis by OPTIONS requests. DOC_END -NAME: icap_check_interval -TYPE: int -IFDEF: ICAP_CLIENT -LOC: TheICAPConfig.check_interval -DEFAULT: 300 -DOC_START - If an ICAP server does not respond, it gets marked as unreachable. Squid - will try again to reach it after this time. -DOC_END - NAME: icap_send_client_ip TYPE: onoff IFDEF: ICAP_CLIENT