commit | 476b9ad97a23d31905bdf63749a5b5ff5626426a | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Mar 23 17:27:05 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 26 15:28:33 2021 +0100 |
tree | e218dc6229e674b9f6827f610330dae289e3d420 | |
parent | 68fd7e43d35ddcd87c5e1545dd40476222f53d4c [diff] |
REORG: split proxy allocation functions Create a new function parse_new_proxy specifically designed to allocate a new proxy from the configuration file and copy settings from the default proxy. The function alloc_new_proxy is reduced to a minimal allocation. It is used for default proxy allocation and could also be used for internal proxies such as the lua Socket proxy.