]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename cs_conn_get_first() to conn_get_first_sc()
authorWilly Tarreau <w@1wt.eu>
Wed, 18 May 2022 16:11:27 +0000 (18:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit108423819c6d2bf32e5aca70918ff4158e878dc7
treec74a7ce140186cf515c162725acdc4b7186e15ce
parent462b989d4c81538fe460dc2a68bb865b899b412b
CLEANUP: stconn: rename cs_conn_get_first() to conn_get_first_sc()

It returns an stconn from a connection and not the opposite, so the name
change was more appropriate. In addition it was moved to connection.h
which manipulates the connection stuff, and it happens that only
connection.c uses it.
include/haproxy/conn_stream.h
include/haproxy/connection.h
src/connection.c