]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tevt/muxes: Add CTL and SCTL command to get the termination event logs
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Dec 2024 13:56:33 +0000 (14:56 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 31 Jan 2025 09:41:50 +0000 (10:41 +0100)
commita4c281a19038d7562e223a710266e756c8438a86
tree607ec7aeb52500d63afb30c29403b54b44bf5283
parent95029305d335215a9f576d064d2a10d7d895e6c0
MINOR: tevt/muxes: Add CTL and SCTL command to get the termination event logs

MUX_CTL_TEVTS command is added to get the termination event logs of a mux
connection and MUX_SCTL_TEVTS command to get the termination event logs of a
mux stream.
include/haproxy/connection-t.h
src/mux_h1.c
src/mux_h2.c