MINOR: protocol: add protocol_stop_now() to instant-stop listeners
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Oct 2020 14:50:49 +0000 (16:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 16:29:04 +0000 (18:29 +0200)
commit02e8557e8812892ee61218797b61e3e60cb2764c
treedf9180fcb65f6190be16b58c28c01f9965b09534
parentacde15217550f6db198b0119e743222b40ce5245
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.
include/haproxy/protocol.h
src/protocol.c