]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: proxy: remove the first_to_listen hack in zombify_proxy()
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2020 16:16:03 +0000 (18:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 09:27:29 +0000 (11:27 +0200)
commitbec7ab0ad9e00ac2f796d5d265cb692cab0c7e8f
tree686a4fd47602501684f7e53eaf2ff4f18060c15b
parent987dbf5bab2d666275dfa6c3b28f4a8a3a838f6e
CLEANUP: proxy: remove the first_to_listen hack in zombify_proxy()

This thing was needed for an optimization used in soft_stop() which
doesn't exist anymore, so let's remove it as it's cryptic and hinders
the listeners cleanup.
src/proxy.c