commit | 260f324c19691a0906fe617d4f80e65ca8fb1c40 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 18:30:04 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:41:14 2021 +0200 |
tree | 64ee63e476b29b421383e5515d5ff43de6899cb1 | |
parent | 930428c0bf43509d614b5a9fbf9d0a1c18d75d1f [diff] |
REORG: server: uninline the idle conns management functions The following functions are quite heavy and have no reason to be kept inlined: srv_release_conn, srv_lookup_conn, srv_lookup_conn_next, srv_add_to_idle_list They were moved to server.c. It's worth noting that they're a bit at the edge between server and connection and that maybe we could create an idle-conn file for these in the near future.