]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: http: Deprecate and ignore the option "http-use-htx"
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 08:16:58 +0000 (10:16 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit319303739ac029ba0fb160c4d2ef02a0949c7a1f
tree5f7f341535b4f622a2e15bc53ef8aed8c04a36b8
parentbda62e756aca8778a94436fc110342dba8a4e809
MAJOR: http: Deprecate and ignore the option "http-use-htx"

From this commit, the legacy HTTP mode is now definitely disabled. It is the
first commit of a long series to remove the legacy HTTP code. Now, all HTTP
processing is done using the HTX internal representation. Since the version 2.0,
It is the default mode. So now, it is no more possible to disable the HTX to
fallback on the legacy HTTP mode. If you still use "[no] option http-use-htx", a
warning will be emitted during HAProxy startup. Note the passthough multiplexer
is now only usable for TCP proxies.
src/cfgparse-listen.c
src/mux_pt.c
src/proxy.c