For now, there is no effect. mux-pt will always be used because this is only
available mux for backend connections.
else
return SF_ERR_INTERNAL; /* how did we get there ? */
- /* XXX: Pick the right mux, when we finally have one */
- conn_install_mux(srv_conn, &mux_pt_ops, srv_cs);
+ conn_install_best_mux(srv_conn, s->be->mode == PR_MODE_HTTP, srv_cs);
/* process the case where the server requires the PROXY protocol to be sent */
srv_conn->send_proxy_ofs = 0;