]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: implement a free_proxy function
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 24 Mar 2021 15:13:20 +0000 (16:13 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 26 Mar 2021 14:28:33 +0000 (15:28 +0100)
commit27fefa196780fbd6282b15cb6ed8840e3fd646e5
treedc56789ece62999fa4c7d7d4da825f510936d532
parent476b9ad97a23d31905bdf63749a5b5ff5626426a
MINOR: proxy: implement a free_proxy function

Move all liberation code related to a proxy in a dedicated function
free_proxy in proxy.c. For now, this function is only called in
haproxy.c. In the future, it will be used to free the lua proxy.

This helps to clean up haproxy.c.
include/haproxy/proxy.h
src/haproxy.c
src/proxy.c