]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: htx: Enable the HTX mode by default for all proxies
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Apr 2019 14:10:51 +0000 (16:10 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Apr 2019 20:06:53 +0000 (22:06 +0200)
commit1d2b586cdd3010898d31426ea0cbadec948eb6b7
tree5ed11bd034b6c107d71f58e1a8586781fec60d23
parent0ef372a390bafee2a59d0aca9ceeb9ebe9c2a1fe
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.
doc/configuration.txt
scripts/run-regtests.sh
src/proxy.c