]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix documentatino on loop detection
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 30 Aug 2012 15:25:50 +0000 (09:25 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 30 Aug 2012 15:25:50 +0000 (09:25 -0600)
src/client_side_reply.cc

index ad9a8a6945a1dd4e0069b5a7335b480bb66fca5c..e1d54b7453fe5a1f6537b26f95538d7d77ac4b62 100644 (file)
@@ -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);