haproxy/include
Thierry FOURNIER ef6a2115fd 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.
2015-03-09 17:47:52 +01:00
..
common MEDIUM: buffer: make bo_putblk/bo_putstr/bo_putchk return the number of bytes copied. 2015-02-28 23:12:32 +01:00
import
proto BUG/MEDIUM: lua: fix infinite loop about channel 2015-03-09 17:47:52 +01:00
types BUG/MEDIUM: lua: fix infinite loop about channel 2015-03-09 17:47:52 +01:00