commit | f89f0991f603efd304fecd09d0f340c1f0e0feff | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 19 11:17:38 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 19 11:39:19 2019 +0200 |
tree | 7b6888e866c45b629f192c782090358b06a59ed4 | |
parent | 2ab5c38359340c52abce3516e572b838a30b1754 [diff] |
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.