From 42829656993e2de0e573bf6e59cce84634e01094 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 30 Aug 2012 09:25:50 -0600 Subject: [PATCH] Fix documentatino on loop detection --- src/client_side_reply.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index ad9a8a6945..e1d54b7453 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -652,7 +652,7 @@ clientReplyContext::processMiss() return; } - /// Deny loops for accelerator and interceptor + /// Deny loops if (r->flags.loopdetect) { http->al->http.code = HTTP_FORBIDDEN; err = clientBuildError(ERR_ACCESS_DENIED, HTTP_FORBIDDEN, NULL, http->getConn()->clientConnection->remote, http->request); -- 2.47.3