commit | 0164f200ab75c51a55e097a5a2175f0168ea61a0 | [log] [tgz] |
---|---|---|
author | Thierry Fournier <tfournier@arpalert.org> | Sat Feb 20 17:47:43 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 20 18:55:33 2016 +0100 |
tree | c846b35aa59e6d63502beb25029339fc0bd8f40c | |
parent | 235fcfcf144e6e90481e908edf820cf570de5936 [diff] |
BUG/MAJOR: lua: applets can't sleep. This patch must be backported in 1.6 hlua_yield() function returns the required sleep time. The Lua core must be resume the execution after the required time. The core dedicated to the http and tcp applet doesn't implement the wake up function. It is a miss. This patch fix this.