]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: completely remove support for "no option http-use-htx"
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 13:34:34 +0000 (15:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Jun 2021 14:57:34 +0000 (16:57 +0200)
commit9862787e8f4de3a901717565a6828fa3288919ba
tree2b010607efe729759efbd0d831b3530da568a0db
parenteb9d90a5a2608a00dc498bee662394ecd91e9918
MINOR: config: completely remove support for "no option http-use-htx"

This one used to still be supported, emitting a warning about it being
deprecated and the default since 2.1. Let's remove it now.
src/cfgparse-listen.c
src/proxy.c