]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: proxy: make stop_proxy() now use stop_listener()
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Oct 2020 14:20:34 +0000 (16:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 16:28:18 +0000 (18:28 +0200)
commit322b9b94e968fea4214e0e6be8af3bdbe24e2a29
tree62266ade8b6c15352ae2b0aa6122de878e2d96d9
parentcaa7df1296b71f891f166ae9b3dbfcc9b0886aae
MEDIUM: proxy: make stop_proxy() now use stop_listener()

The function will stop the listeners using this method, which in turn will
ping back once it finishes disabling the proxy.
src/proxy.c