commit | 4ad7310399b60b53f1b9406ac9be7cdbb701db86 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Mar 05 11:07:31 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 06 14:12:59 2020 +0100 |
tree | 16c377282eb422cfe768aee4fa5d38f82e7e2a41 | |
parent | e58c0002ff7dc1f88990171810f268ae26d0cf99 [diff] |
BUG/MINOR: lua: Abort when txn:done() is called from a Lua action When a lua action aborts a transaction calling txn:done() function, the action must return ACT_RET_ABRT instead of ACT_RET_DONE. It is mandatory to abort the message analysis. This patch must be backported everywhere the commit 7716cdf45 ("MINOR: lua: Get the action return code on the stack when an action finishes") was backported. For now, no backport needed.