commit | ac03ef26e8b81461c2585cc42c1bbaa2ceb878ee | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Oct 28 16:36:11 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Nov 03 16:24:48 2021 +0100 |
tree | aa8db1b6195bdfb1f3d879e604a2178597fd721f | |
parent | 2454bda1405da260021547d1c9edd676b4219a22 [diff] |
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.