From: Amos Jeffries Date: Thu, 30 Aug 2012 15:25:50 +0000 (-0600) Subject: Fix documentatino on loop detection X-Git-Tag: sourceformat-review-1~14^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42829656993e2de0e573bf6e59cce84634e01094;p=thirdparty%2Fsquid.git Fix documentatino on loop detection --- 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);