commit | 02e8557e8812892ee61218797b61e3e60cb2764c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 07 16:50:49 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 09 18:29:04 2020 +0200 |
tree | df9180fcb65f6190be16b58c28c01f9965b09534 | |
parent | acde15217550f6db198b0119e743222b40ce5245 [diff] |
MINOR: protocol: add protocol_stop_now() to instant-stop listeners This will instantly stop all listeners except those which belong to a proxy configured with a grace time. This means that UDP listeners, and peers will also be stopped when called this way.