]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename cs_mux() to sc_mux_strm()
authorWilly Tarreau <w@1wt.eu>
Wed, 18 May 2022 14:28:02 +0000 (16:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit6fe2b42e45b28ccf13759596727c761183395b0a
tree91a1c6450cafd6c608340adf7ca2b439aeb279ee
parentfd9417ba3fe77c75bea184ee21ba6ddfec9e2800
CLEANUP: stconn: rename cs_mux() to sc_mux_strm()

The function doesn't return a pointer to the mux but to the mux stream
(h1s, h2s etc). Let's adjust its name to reflect this. It's rarely used,
the name can be enlarged a bit. And of course s/cs/sc to accommodate for
the updated name.
include/haproxy/conn_stream.h
src/h3.c
src/hq_interop.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_quic.c