mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-19 00:51:37 +01:00
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.