haproxy/scripts
Christopher Faulet 1d2b586cdd MAJOR: htx: Enable the HTX mode by default for all proxies
The legacy HTTP mode is no more the default one. So now, by default, without any
option in your configuration, all proxies will use the HTX mode. The line
"option http-use-htx" in proxy sections are now useless, except to cancel the
legacy HTTP mode. To fallback on legacy HTTP mode, you should use the line "no
option http-use-htx" explicitly.

Note that the reg-tests still work by default on legacy HTTP mode. The HTX will
be enabled by default in a futur commit.
2019-04-12 22:06:53 +02:00
..
announce-release SCRIPTS: add the issue tracker URL to the announce script 2019-01-29 06:51:16 +01:00
create-release DOC: split the README into README + INSTALL 2018-12-16 22:30:57 +01:00
git-show-backports SCRIPTS: git-show-backports: add missing quotes to "echo" 2018-07-30 14:45:55 +02:00
publish-release BUILD: Generate sha256 checksums in publish-release 2018-07-20 10:50:20 +02:00
run-regtests.sh MAJOR: htx: Enable the HTX mode by default for all proxies 2019-04-12 22:06:53 +02:00