]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: muxes: rename "get_first_cs" to "get_first_sc"
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 09:00:59 +0000 (11:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commitd137353ae38cc37ca0445a3f00b1d7e8609fe5d7
tree68824a0aad0be80732dd514cdacd0edd17eb76a1
parentcb086c6de149463d7040940c25ef1077ab26fe5b
CLEANUP: muxes: rename "get_first_cs" to "get_first_sc"

This is renamed both in the mux_ops descriptor and the mux functions
themselves to accommodate the new type name.
include/haproxy/connection-t.h
include/haproxy/connection.h
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c