On 08/30/2012 08:32 AM, Amos Jeffries wrote:
> ------------------------------------------------------------
> revno: 12310
> fixes bug(s): http://bugs.squid-cache.org/show_bug.cgi?id=3626

> -    /// Deny loops for accelerator and interceptor. TODO: deny in all modes?
> -    if (r->flags.loopdetect &&
> -            (http->flags.accel || http->flags.intercepted)) {
> +    /// Deny loops for accelerator and interceptor
> +    if (r->flags.loopdetect) {
>          http->al->http.code = HTTP_FORBIDDEN;
>          err = clientBuildError(ERR_ACCESS_DENIED, HTTP_FORBIDDEN, NULL, 

The comment can now just say "Deny loops.", right?


Thank you,

Alex.


Reply via email to