MINOR: listeners: do not uselessly try to close zombie listeners in soft_stop()
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2020 16:12:11 +0000 (18:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 09:27:29 +0000 (11:27 +0200)
commit987dbf5bab2d666275dfa6c3b28f4a8a3a838f6e
treedc42cd691ad8bf95c5e0bb38b233a1837944cd8d
parentc6dac6c7f559b29347107575af55c45bcaeb179f
MINOR: listeners: do not uselessly try to close zombie listeners in soft_stop()

The loop doesn't match anymore since the non-started listeners are in
LI_INIT and even if it had ever worked the benefit of closing zombies
at this point looks void at best.
src/proxy.c