commit | afd8f10be928e34404e4fd8a36141fa88fb0212c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 08 11:34:21 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 22:10:09 2018 +0100 |
tree | fae3f1da8cec87b8eaa3c908181af860f67eb009 | |
parent | 0c859127f10d2e77a3b3ab64fa35a57741475c85 [diff] |
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.