]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename cs_conn_mux() to sc_mux_ops()
authorWilly Tarreau <w@1wt.eu>
Wed, 18 May 2022 15:51:19 +0000 (17:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit417a31bb556246df62392e5e0954a82fb5407320
treef5a5f956df51729788c25cd1124f65f08b81ad81
parent6fe2b42e45b28ccf13759596727c761183395b0a
CLEANUP: stconn: rename cs_conn_mux() to sc_mux_ops()

This effectively returns the mux_ops from the connection when it exists
on an stconn.
include/haproxy/conn_stream.h
src/conn_stream.c
src/stream.c