]> git.ipfire.org Git - thirdparty/squid.git/commit
Supply ALE to request_header_add/reply_header_add (#564)
authorChristos Tsantilas <christos@chtsanti.net>
Wed, 4 Mar 2020 16:26:01 +0000 (16:26 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 6 Mar 2020 16:27:56 +0000 (16:27 +0000)
commitb6f3c19a9f78ac1c2ac90dc7b2fd36f7b77308f3
tree15509eb6c65faa015055d5a427713e0d5edab310
parentaa4214e50d5a2025082761bee1420c94b536cadb
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