MEDIUM: proxy: merge zombify_proxy() with stop_proxy()
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Sep 2020 08:51:29 +0000 (10:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 09:27:30 +0000 (11:27 +0200)
commit337c835d16b936b576cdb6c746d575de20837905
treec7de5a1f9ed656d11bf63dfacdf947cdae574f5e
parent43ba3cf2b5f0685f6bd29ee415844b7db43f9df9
MEDIUM: proxy: merge zombify_proxy() with stop_proxy()

The two functions don't need to be distinguished anymore since they have
all the necessary info to act as needed on their listeners. Let's just
pass via stop_proxy() and make it check for each listener which one to
close or not.
include/haproxy/proxy.h
src/haproxy.c
src/proxy.c