]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 09:42:52 +0000 (11:42 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commitc985f6c5d86a728bf1a9a35f5aea4b0f310d35d1
tree952302fc41747f52a4f66394a0b0505306b6d462
parent5ed8353dcfbd603b7e5f68d51826a14320d1e08a
MINOR: connection: Remove the multiplexer protocol PROTO_MODE_HTX

Since the legacy HTTP mode is disabled and no multiplexer relies on it anymore,
there is no reason to have 2 multiplexer protocols for the HTTP. So the protocol
PROTO_MODE_HTX was removed and all HTTP multiplexers use now PROTO_MODE_HTTP.
include/proto/connection.h
include/types/connection.h
src/cfgparse.c
src/mux_h1.c
src/mux_h2.c
src/proxy.c