commit | 108423819c6d2bf32e5aca70918ff4158e878dc7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 18 18:11:27 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | c74a7ce140186cf515c162725acdc4b7186e15ce | |
parent | 462b989d4c81538fe460dc2a68bb865b899b412b [diff] |
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.