commit | ef6a2115fd7f32a296fda5660d1536482c4226bb | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Thu Mar 05 17:45:34 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 09 17:47:52 2015 +0100 |
tree | 36e1e8ecde5c692f0ce0de40e5bc923889e8aa3b | |
parent | 1bfc09b4cff4216604c2bf333f7b0004d51591eb [diff] |
BUG/MEDIUM: lua: fix infinite loop about channel Before this patch, each yield in a Lua action set a flags to be waked up when some activity were detected on the response channel. This behavior causes loop in the analyzer process. This patch set the wake up on response buffer activity only if we really want to be waked up on this activity.