commit | cd9084f77683106ace2fb863080e7d10e71c39fc | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Sat Mar 07 15:11:09 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 09 17:50:42 2015 +0100 |
tree | a8428d6b2d89a1ac72d4935e8c71b2efabaa3994 | |
parent | cae49c9ee8756da423c1f8cab74ed4a850988be1 [diff] |
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.