]> git.ipfire.org Git - thirdparty/squid.git/commit
Summary: ACL bugfix - prevent multiple async calls.
authorrobertc <>
Tue, 18 Feb 2003 17:15:27 +0000 (17:15 +0000)
committerrobertc <>
Tue, 18 Feb 2003 17:15:27 +0000 (17:15 +0000)
commit5238df0b73f164bd833c75ac8f549bfb50197f4e
treea7372c1aa99852f00840cfaa6fc7c3b515b2cd0b
parentc8438624ab578be456a8e09ae859bd3e9a862b7a
Summary: ACL bugfix - prevent multiple async calls.
Keywords:

acl checking on failed-and-needing-async-lookups with the ! operator, leads to multiple lookups being needed. So, we stop processing the current checklist when a async state is detected.
src/ACLChecklist.cc