./configure --enable-async-io --with-aio --enable-auth=ntlm,basic --enable-removal-policies --enable-cache-digests --enable-kill-parent-hack --disable-ident-lookups --enable-external-acl-helpers=wbinfo_group --enable-ntlm-fail-open --enable-smartfilter
squid-2.5.STABLE7-response_splitting.patch appears to break the retrieval of cache digests from peer caches. After implementing this patch I get the following in the cache.log:
2005/01/30 13:03:54| temporary disabling (Not Found) digest from proxy4.highmark.com
and in the access log I get:
1107071002.214 1 167.164.1.11 TCP_MISS/404 246 GET http://proxy2.highmark.com:9119/squid-internal-periodic/store_digest - NONE/- text/plain ALLOW "-"
instead of:
1107107006.667 271 167.164.1.11 TCP_MEM_HIT/200 2743362 GET http://proxy2.highmark.com:9119/squid-internal-periodic/store_digest - NONE/- application/cache-digest ALLOW "-"
Is this a bug that I should report or did I forget to reconfigure something?