]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: lua: can't handle the response bytes
authorThierry FOURNIER <tfournier@exceliance.fr>
Sat, 7 Mar 2015 14:11:09 +0000 (15:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Mar 2015 16:50:42 +0000 (17:50 +0100)
commitcd9084f77683106ace2fb863080e7d10e71c39fc
treea8428d6b2d89a1ac72d4935e8c71b2efabaa3994
parentcae49c9ee8756da423c1f8cab74ed4a850988be1
BUG/MEDIUM: lua: can't handle the response bytes

The request action can't handle the reponse trafic because its
automatically forwarded. The forard with CHN_INFINITE_FORWARD
is set because any anamizers are registered on  the response
channel.

This patch automatically register the request analyzer on the
reponse channel when its yield. This prevent the automatic
tranfer of the response bytes.
src/hlua.c