]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua: Remove tests on the option 'http-use-htx' to reject TCP applets
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 13:02:04 +0000 (15:02 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit280f85b153028e538b7744a93bca1c227c8d079c
treec425c584c49f721b92a3561e9385adf99032d3bf
parent60d29b37b24440dce783dfd0f229cc5c0ff42866
MINOR: hlua: Remove tests on the option 'http-use-htx' to reject TCP applets

TCP applets are now forbidden for all HTTP proxies because all of them use the
HTX mode. So we don't rely anymore on the flag PR_O2_USE_HTX to do so.
src/hlua.c