Alex Rousskov wrote:
On 03/19/2009 06:34 PM, Amos Jeffries wrote:
I'm now seeing an infinite loop of callbacks in ACLFilledChecklist while
starting 3.HEAD.
ACLFilledChecklist::checkCallback(allow_t answer)
{
    debugs(28, 5, "ACLFilledChecklist::checkCallback: " << this << "
answer=" << answer);

    /* During reconfigure, we can end up not finishing call
     * sequences into the auth code */

    if (auth_user_request) {
      ... play with auth ...
    }

    ACLFilledChecklist::checkCallback(answer); // may delete us
}

What is this meant to do when the ACL is a non-auth type?

My typo. It should call the parent checkCallback(). Fix committed.

Thanks,

Alex.


Thank you.

Amos
--
Please be using
  Current Stable Squid 2.7.STABLE6 or 3.0.STABLE13
  Current Beta Squid 3.1.0.6

Reply via email to