From: wessels <> Date: Sat, 2 May 1998 12:41:09 +0000 (+0000) Subject: internal URL debugging X-Git-Tag: SQUID_3_0_PRE1~3395 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf51a4e232f759b9f18c9f859d5d9002ff524079;p=thirdparty%2Fsquid.git internal URL debugging --- diff --git a/src/client_side.cc b/src/client_side.cc index c96dc780ee..3c9aced173 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.296 1998/05/01 22:06:35 wessels Exp $ + * $Id: client_side.cc,v 1.297 1998/05/02 06:41:09 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -1645,6 +1645,8 @@ clientProcessMiss(clientHttpRequest * http) ch.request = r; answer = aclCheckFast(Config.accessList.miss, &ch); if (answer == 0 || http->flags.internal) { + debug(33,1)("clientProcessMiss: Can't forward internal request '%s'\n", + r->urlpath); http->al.http.code = HTTP_FORBIDDEN; err = errorCon(ERR_FORWARDING_DENIED, HTTP_FORBIDDEN); err->request = requestLink(r);