commit | aac777f1691dffcb17f9d1c5886923cb18f1e866 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 18:48:28 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:41:14 2021 +0200 |
tree | f7bd26bcedf32384afb3e415ca4b1091f9a69d94 | |
parent | 1db546eecd3982ffc1ea92c2f542a3b01ce43137 [diff] |
REORG: connection: move the largest inlines from connection.h to connection.c The following inlined functions are particularly large (and probably not inlined at all by the compiler), and together represent roughly half of the file, while they're used at most once per connection. They were moved to connection.c. conn_upgrade_mux_fe, conn_install_mux_fe, conn_install_mux_be, conn_install_mux_chk, conn_delete_from_tree, conn_init, conn_new, conn_free