]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: cli: use srv_shutdown_streams() instead of open-coding it
authorWilly Tarreau <w@1wt.eu>
Thu, 14 Nov 2019 15:37:16 +0000 (16:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Nov 2019 06:06:46 +0000 (07:06 +0100)
commitd9e26a7dd50717255d15f3db16d6ec776d5871c1
tree2151cd3d678adcec19d837745aa8343821b469c3
parentda52035a45d80485ca32a0b81651bba28cf00889
CLEANUP: cli: use srv_shutdown_streams() instead of open-coding it

The "shutdown session server" command used to open-code the list traversal
while there's already a function for this: srv_shutdown_streams(). Better
use it.
src/stream.c