commit | 24a58fbd7ea0d8cdf28defc2d6f93e5e05b36793 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 25 11:41:53 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 27 11:04:16 2021 +0200 |
tree | 455e9502164e95f35c0623e62533a90be5329df1 | |
parent | 6137a9ee204cc01ebb9e17f4e22cfaefb9d61ac8 [diff] |
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.