]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Thu, 19 Mar 2020 10:49:01 +0000 (23:49 +1300)
commit0b60ba61a58a06dc4e95c328db7d1a6115c43651
tree3ba41611175675ada4c259a90ef69e07c8734fba
parent8e06bc480df9c32cbd14fb92b0778025085f0d69
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