]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: Warn only if the option http-use-htx is used with "no" prefix
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 09:17:38 +0000 (11:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 09:39:19 +0000 (11:39 +0200)
commitf89f0991f603efd304fecd09d0f340c1f0e0feff
tree7b6888e866c45b629f192c782090358b06a59ed4
parent2ab5c38359340c52abce3516e572b838a30b1754
MINOR: config: Warn only if the option http-use-htx is used with "no" prefix

No warning message is emitted anymore if the option is used to enable the
HTX. But it is still diplayed when the "no" prefix is used to disable the HTX
explicitly. So, for existing configs, we display a warning only if there is a
change in the behavior of HAProxy between the 2.1 and the previous versions.
src/cfgparse-listen.c