mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 23:52:39 +02:00
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.