commit | 75c98d166e03a153637d4ceb88cf5a2f46f80430 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 09 15:55:23 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 09 18:41:56 2020 +0200 |
tree | e9f1e1c869931c5f375fe839ed687328f1422291 | |
parent | 374e9af35840c0d6294036e0b6c82c3229dc255a [diff] |
CLEANUP: listeners: remove the do_close argument to unbind_listener() And also remove it from its callers. This subtle distinction was added as sort of a hack for the seamless reload feature but is not needed anymore since the do_close turned unused since commit previous commit ("MEDIUM: listener: let do_unbind_listener() decide whether to close or not"). This also removes the unbind_listener_no_close() function.