]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: lua: Remove any ambiguities about lua txn execution context flags
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Oct 2021 09:41:53 +0000 (11:41 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Oct 2021 09:04:16 +0000 (11:04 +0200)
commit24a58fbd7ea0d8cdf28defc2d6f93e5e05b36793
tree455e9502164e95f35c0623e62533a90be5329df1
parent6137a9ee204cc01ebb9e17f4e22cfaefb9d61ac8
CLEANUP: lua: Remove any ambiguities about lua txn execution context flags

Flags used to set the execution context of a lua txn are used as an enum. It is
not uncommon but there are few flags otherwise. So to remove ambiguities, a
comment and a _NONE value are added to have a clear definition of supported
values.

This patch should fix the issue #1429. No backport needed.
include/haproxy/hlua-t.h