commit | fa6798f97c5be41562d9151d3901753e5153fb56 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 19 11:22:04 2018 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 20 10:37:32 2018 +0100 |
tree | cc194ecdf375a630432f92d60ef32452b39de772 | |
parent | 9c6df5ecb4acbf39e7413f97144ae767a7c2b414 [diff] |
REGTEST: script: Add the option --use-htx to enable the HTX in regtests A check is done on HAProxy version to be sure it is supported. Internally, by default, the macro 'no-htx' is set to "#". So in regtests, we can prefix http-use-htx option line with this macro to inhibit the HTX. Concretly, this line can be added in the HAProxy configuration: ${no-htx} option http-use-htx When the option --use-htx is used, the macro 'no-htx' is unset.