commit | e1587b331401e66e97fd6659dd8d938b58998752 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Fri Aug 28 09:54:13 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 28 10:12:49 2015 +0200 |
tree | d6d7282773fcc7a083cdb71904cac5920b909f2a | |
parent | 0458b08a5a96be13d433319c6ac1fc20b698167b [diff] |
BUG/MEDIUM: lua: cannot process more Lua hooks after a "done()" function call When the Lua execution flow endswith the command done (core.done or txn.done()) an error is detourned, and the stack is no longer usable. This patch juste reinitilize the stack if this case is detected.