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?
Amos
-- Please be using Current Stable Squid 2.7.STABLE6 or 3.0.STABLE13 Current Beta Squid 3.1.0.6Received on Fri Mar 20 2009 - 00:33:42 MDT
This archive was generated by hypermail 2.2.0 : Sat Mar 21 2009 - 12:00:03 MDT