commit | 8de90c71b32ff09c8248ea97db4e80eac7f52b96 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 19:11:10 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:41:14 2021 +0200 |
tree | 000cd526deb8429fd1c3a87b0aa5a8577aad7fac | |
parent | 7969986c2cb7947ccdfe1a72e6eddab1ff30c5ff [diff] |
REORG: connection: uninline the rest of the alloc/free stuff The remaining large functions are those allocating/initializing and occasionally freeing connections, conn_streams and sockaddr. Let's move them to connection.c. In fact, cs_free() is the only one-liner but let's move it along with the other ones since a call will be small compared to the rest of the work done there.