]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix missing external ACL helper notes
authorNathan Hoad <nathan@getoffmalawn.com>
Fri, 22 May 2015 04:26:17 +0000 (21:26 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 22 May 2015 04:26:17 +0000 (21:26 -0700)
commit93d4ce749e69a0deaf84b203b8bfee2a60dcdc33
treebed47d568e91d25627555c0b87fa84456c25fd76
parentea56962faed8bd1b0a04418c4bc96becae327a19
Fix missing external ACL helper notes

external ACL helper notes are only added onto the HTTP request that
kicked off the external ACL lookup, and not cached ACL responses.
This means if you set notes from an external ACL that are used for
some processing in other ACLs, or post-processing on logs, things
may be missed.
src/external_acl.cc