remove the "hack" to have ICP disabled in accelerator only setups even if
icp_port is configured. This should be done by setting "icp_port 0", not
by the fact that Squid is configured as a reverse proxy.
Note: later merges from rproxy will remove the httpd_accel_* directives,
making the "accelerator vs proxy" boundary much thinner.
/*
- * $Id: icp_v2.cc,v 1.76 2003/02/12 06:11:04 robertc Exp $
+ * $Id: icp_v2.cc,v 1.77 2003/02/15 18:24:17 hno Exp $
*
* DEBUG: section 12 Internet Cache Protocol
* AUTHOR: Duane Wessels
int x;
socklen_t len;
wordlist *s;
- if (Config2.Accel.on && !Config.onoff.accel_with_proxy)
- return;
if ((port = Config.Port.icp) <= 0)
return;
enter_suid();