commit | a85cfb1db5fd0869366d3178e4103c72cbfe2a83 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Fri Mar 13 14:50:06 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Mar 14 15:54:35 2015 +0100 |
tree | a0ce46176f1f43a5c22409572e147fe9124f6200 | |
parent | 01c30124ae36bc13ffa0d0373015ceffdf97b08e [diff] |
BUG/MEDIUM: lua: undetected infinite loop If the Lua code causes an infinite loop without yield possible, the clock is not updated. This patch check the clock when the Lua control code cannot yield.