]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: lua: Return an error if a legacy HTTP applet doesn't send anything
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 18 Dec 2018 20:20:57 +0000 (21:20 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 19 Dec 2018 12:45:53 +0000 (13:45 +0100)
commitcc26b13ea51982edccce7bd5aec7b58f395acd4c
tree83909480b11ddec6da2d6201cafd2ca3bbb1935f
parente461e34d64bb1f161500a9cfd628978332578a3c
BUG/MINOR: lua: Return an error if a legacy HTTP applet doesn't send anything

In legacy mode, if an HTTP applet does not send any response, an error 500 is
returned.
reg-tests/lua/b00003.vtc
src/hlua.c