--- /dev/null
+<HTML><HEAD>
+<TITLE>ERROR: The requested URL could not be retrieved</TITLE>
+</HEAD><BODY>
+<H1>ERROR</H1>
+<H2>The requested URL could not be retrieved</H2>
+<HR>
+<P>
+While trying to retrieve the URL:
+<A HREF="%U">%U</A>
+<P>
+The following error was encountered:
+<UL>
+<LI>
+<STRONG>
+Forwarding Denied.
+</STRONG>
+</UL>
+
+<P>
+This cache will not forward your request because it is trying to enforce a
+sibling relationship. Perhaps the client at %i is a cache which has been
+misconfigured.
/*
- * $Id: client_side.cc,v 1.179 1997/12/30 02:47:39 wessels Exp $
+ * $Id: client_side.cc,v 1.180 1997/12/31 22:11:56 wessels Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
answer = aclCheckFast(Config.accessList.miss, &ch);
if (answer == 0) {
http->al.http.code = HTTP_FORBIDDEN;
- err = errorCon(ERR_CANNOT_FORWARD, HTTP_FORBIDDEN);
+ err = errorCon(ERR_FORWARDING_DENIED, HTTP_FORBIDDEN);
err->request = requestLink(r);
err->src_addr = http->conn->peer.sin_addr;
http->entry = clientCreateStoreEntry(http, r->method, 0);