]> git.ipfire.org Git - thirdparty/squid.git/commit
Supply ALE to request_header_add/reply_header_add (#564)
authorChristos Tsantilas <christos@chtsanti.net>
Thu, 12 Mar 2020 17:21:46 +0000 (19:21 +0200)
committerAmos Jeffries <yadij@users.noreply.github.com>
Fri, 13 Mar 2020 22:18:39 +0000 (11:18 +1300)
commit37e1096f23df5cffb48c496600e3d2b415c57bcc
tree32c8b83acb3b40bd947f271537c18124cef6684e
parent91d32285db62332648d92eabd48c5d8e59b475d2
Supply ALE to request_header_add/reply_header_add (#564)

Supply ALE to request_header_add and reply_header_add ACLs that need it
(e.g., external, annotate_client, and annotate_transaction ACLs). Fixes
"ACL is used in context without an ALE state" errors when external ACLs
are used in the same context (other ACLs do not yet properly disclose
that they need ALE).

Also provides HTTP reply to reply_header_add ACLs.

This is a Measurement Factory project.
src/HttpHeaderTools.cc