]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removing the 'icap_check_interval' directive because it isn't used
authorwessels <>
Fri, 2 Dec 2005 06:19:22 +0000 (06:19 +0000)
committerwessels <>
Fri, 2 Dec 2005 06:19:22 +0000 (06:19 +0000)
in the current implemenation.

src/ICAP/ICAPConfig.h
src/cf.data.pre

index 5009d662f1296dd7490c6cc40bd7c1298ba8fdee..7aef4fdac4467ac5dcb7b2073838dd88b75735b9 100644 (file)
@@ -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;
index 52bbd5505989c233db47218ce6dd69f8bf136960..a6d5142c0c6c0e0ea38372636bc39e925f7034c8 100644 (file)
@@ -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