Willy Tarreau 8de90c71b3 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.
2021-10-07 01:41:14 +02:00
..
2021-09-23 15:27:25 +02:00
2021-04-08 20:11:58 +02:00
2021-09-23 15:27:25 +02:00
2021-05-14 09:36:37 +02:00