commit | 8c9e6bba0fc7feb8492cee7ebe5f925f842f004b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Aug 06 16:29:41 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Aug 12 08:57:07 2021 +0200 |
tree | 728ae6a8d148793f0ab09ffd6dc77adf0db2c7ff | |
parent | 9f55a5012efbffda5ae80ec5825fd58384bb8c3f [diff] |
MINOR: lua: Add flags on the lua TXN to know the execution context A lua TXN can be created when a sample fetch, an action or a filter callback function is executed. A flag is now used to track the execute context. Respectively, HLUA_TXN_SMP_CTX, HLUA_TXN_ACT_CTX and HLUA_TXN_FLT_CTX. The filter flag is not used for now.