MINOR: connection: add alternative mux_ops param for conn_install_mux_be
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 28 Oct 2021 14:36:11 +0000 (16:36 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 3 Nov 2021 15:24:48 +0000 (16:24 +0100)
commitac03ef26e8b81461c2585cc42c1bbaa2ceb878ee
treeaa8db1b6195bdfb1f3d879e604a2178597fd721f
parent2454bda1405da260021547d1c9edd676b4219a22
MINOR: connection: add alternative mux_ops param for conn_install_mux_be

Add a new parameter force_mux_ops. This will be useful to specify an
alternative to the srv->mux_proto field. If non-NULL, it will be use to
force the mux protocol wether srv->mux_proto is set or not.

This argument will become useful to install a mux for non-standard
streams, most notably websocket streams.
include/haproxy/connection.h
src/backend.c
src/connection.c