]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: lua: the execution timeout is ignored in yield case
authorThierry FOURNIER <tfournier@exceliance.fr>
Thu, 5 Mar 2015 10:16:52 +0000 (11:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Mar 2015 10:50:01 +0000 (11:50 +0100)
commitdc9ca96a119c6b844fc807720ebe4993202611fc
tree931e6939d0c159cb274421c22833d776a0a81294
parentc46c965540386d47c26eb7fc5218b72ddf19b8e0
BUG/MEDIUM: lua: the execution timeout is ignored in yield case

This patch check the expiration of the execution timeout for each
yield source, and test also the execution timeout before resuming
the execution of the Lua code.
src/hlua.c