]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix missing external ACL helper notes
authorNathan Hoad <nathan@getoffmalawn.com>
Fri, 8 May 2015 19:28:16 +0000 (12:28 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 8 May 2015 19:28:16 +0000 (12:28 -0700)
commita1df141741ef1f338b019e129cd2db51de4ebd63
treea1f2885eef8dd8b9225309f6c41f7446127f6463
parent07383e119833e0f6e6a61377b8d9d2b231fdf90b
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