]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http-rules: Mark http return rules as final
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 May 2020 06:50:07 +0000 (08:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2020 16:27:13 +0000 (18:27 +0200)
commitba946bf23a3e08bb95a80947f0fc087d1dd5d7cd
tree028cb3faf2e305d974d144ae33689b70ddfcdbd1
parenta53abad42df7d25bc1496e1152ccd6d1843ecf6b
BUG/MINOR: http-rules: Mark http return rules as final

For HTTP rules, this flag is only used to trigger a warning during HAProxy
startup when a final rule without ACL is not the last one. So this patch is
marked as a bug, but its impact is really limited.

No backport needed because http return rules were introduced in the 2.2.
src/http_act.c