]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: tevt/muxes: Add dedicated termination events for muxc/se locations
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2025 07:52:46 +0000 (08:52 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 31 Jan 2025 09:41:50 +0000 (10:41 +0100)
commita58e650ad115380f4ca8cb93e662b2b9c204876b
treec7ceeeea453a37a3a071072b519cf36a024114c5
parentf2778ccc7d9091040dc69329060ac5c7a09f4a3e
MEDIUM: tevt/muxes: Add dedicated termination events for muxc/se locations

Termination events dedicated to mux connection and stream-endpoint
descriptors are added in this patch. Specific events to these locations are
thus added. Changes for the H1 and H2 multiplexers are reviewed to be more
accurate.
include/haproxy/connection-t.h
include/haproxy/stconn.h
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c