]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: muxes: Add a flag to notify a mux does not support any upgrade
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 8 Mar 2021 14:28:28 +0000 (15:28 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Apr 2021 09:06:47 +0000 (11:06 +0200)
commita460057f2ea16eceacb272f1e509b7b373a98d90
treecbc14a4361c671524c3728c77833fa94d2db0791
parentbb7abede93f35ce7ab371ab55e4b9e2f497c53f2
MINOR: muxes: Add a flag to notify a mux does not support any upgrade

MX_FL_NO_UPG flag may now be set on a multiplexer to explicitly disable
upgrades from this mux. For now, it is set on the FCGI multiplexer because
it is not supported and there is no upgrade on backend-only multiplexers. It
is also set on the H2 multiplexer because it is clearly not supported.
include/haproxy/connection-t.h
src/mux_fcgi.c
src/mux_h2.c