]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: lua: bad error processing
authorThierry FOURNIER <tfournier@arpalert.org>
Wed, 19 Aug 2015 08:42:42 +0000 (10:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Aug 2015 08:54:06 +0000 (10:54 +0200)
commitc7d7607351346f4f7c85964281013cf0cfcefc8e
treeae6651cfd472d2b06b7a530ccab00dcc75e3e6d6
parent386a127ff05c9cfc51b8c423c50cdb318f2f38e2
BUG/MEDIUM: lua: bad error processing

When the lua actions (http|tcp)-(request|rersponse) fails a yield is
returned. this patch fix the behavior and returns a continue.
src/hlua.c