commit | 581db2b829d84d1086423c6713aa473ff66783be | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 26 10:02:46 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 01 15:34:22 2021 +0200 |
tree | 8e8ead24c1dbb8242bf9c748174c219aeb59d207 | |
parent | 42c6cf950111736327863de5e82036a1d51deb04 [diff] |
MINOR: payload/config: Warn if a L6 sample fetch is used from an HTTP proxy L6 sample fetches are now ignored when called from an HTTP proxy. Thus, a warning is emitted during the startup if such usage is detected. It is true for most ACLs and for log-format strings. Unfortunately, it is a bit painful to do so for sample expressions. This patch relies on the commit "MINOR: action: Use a generic function to check validity of an action rule list".