commit | 8990b010a01e5d31076a1788068d0eef9388153d | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 19 15:29:16 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 19 16:59:18 2021 +0100 |
tree | b7deecb0c6d22eb3a07e703d344417bdb121164e | |
parent | 5567f41d0ab61dd6843535edc8081407d599024d [diff] |
MINOR: connection: allocate dynamically hash node for backend conns Remove ebmb_node entry from struct connection and create a dedicated struct conn_hash_node. struct connection contains now only a pointer to a conn_hash_node, allocated only for connections where target is of type OBJ_TYPE_SERVER. This will reduce memory footprints for every connections that does not need http-reuse such as frontend connections.