]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: cli/applet: Stop to test opposite SC in I/O handler of CLI commands
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 6 Feb 2024 13:54:54 +0000 (14:54 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Mar 2024 16:28:20 +0000 (17:28 +0100)
commit94b8ed446f70a381dde0ea2dc891b62fcc3cc8e1
treef68250c0b46b0b7db274255d79f7d4c96c7a3401
parent2c6321842bcc718ccc8176766503e0826f935c35
MEDIUM: cli/applet: Stop to test opposite SC in I/O handler of CLI commands

The main CLI I/O handle is responsible to interrupt the processing on
shutdown/abort. It is not the responsibility of the I/O handler of CLI
commands to take care of it.
12 files changed:
src/activity.c
src/cli.c
src/debug.c
src/map.c
src/mworker.c
src/proxy.c
src/quic_cli.c
src/ring.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/stick_table.c
src/stream.c