From: adrian <> Date: Sun, 1 Oct 2006 23:26:34 +0000 (+0000) Subject: Add in some more refresh-related debugging X-Git-Tag: SQUID_3_0_PRE5~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b5358c363d4b61856295ef4d6b0ab969d8e00f3;p=thirdparty%2Fsquid.git Add in some more refresh-related debugging --- diff --git a/src/http.cc b/src/http.cc index 5e9f7075c9..c5546b6d15 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1,6 +1,6 @@ /* - * $Id: http.cc,v 1.507 2006/09/20 06:29:10 adrian Exp $ + * $Id: http.cc,v 1.508 2006/10/01 17:26:34 adrian Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -467,8 +467,10 @@ HttpStateData::cacheableReply() * unless we know how to refresh it. */ - if (!refreshIsCachable(entry)) + if (!refreshIsCachable(entry)) { + debug(22, 3) ("refreshIsCachable() returned non-cacheable..\n"); return 0; + } /* don't cache objects from peers w/o LMT, Date, or Expires */ /* check that is it enough to check headers @?@ */