]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua/htx: Forbid lua usage when the HTX is enabled on a proxy
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 8 Nov 2018 10:34:21 +0000 (11:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:10:09 +0000 (22:10 +0100)
commitafd8f10be928e34404e4fd8a36141fa88fb0212c
treefae3f1da8cec87b8eaa3c908181af860f67eb009
parent0c859127f10d2e77a3b3ab64fa35a57741475c85
MINOR: lua/htx: Forbid lua usage when the HTX is enabled on a proxy

For now, the lua scripts are not compatible with the new HTX internal
representation of HTTP messages. Thus, for a given proxy, when the option
"http-use-htx" is enabled, an error is triggered if any lua's
action/service/sample-fetch/converter is also configured.
src/hlua.c