commit | 337c835d16b936b576cdb6c746d575de20837905 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 24 10:51:29 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 09 11:27:30 2020 +0200 |
tree | c7de5a1f9ed656d11bf63dfacdf947cdae574f5e | |
parent | 43ba3cf2b5f0685f6bd29ee415844b7db43f9df9 [diff] |
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.