MINOR: lua: Lua tcp action are not final action
authorThierry FOURNIER <tfournier@haproxy.com>
Fri, 29 May 2015 15:31:12 +0000 (17:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 May 2015 15:49:50 +0000 (17:49 +0200)
commit79318d79ba584be4e39cb484be9916f85861d841
tree454215fed01f68cf4506040651b30068893cb8ab
parent561a0f989d2c8b58fe3dd56a94d0796775075c71
MINOR: lua: Lua tcp action are not final action

Actually, the registered lua actions with "tcp-request lua" and
"tcp-response lua" are final actions. This patch change the action
type type and permit to continue the evaluation of tcp-* processing
after the evaluation of the lua actions.
src/hlua.c