]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: muxes: refactor private connection detach master quic-interop
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 30 Jul 2025 14:13:42 +0000 (16:13 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 30 Jul 2025 14:14:00 +0000 (16:14 +0200)
commit697f7d1142a26352940532d0481cc17f9225d0d1
tree4528c1ee72e803914cce8af11953ad6d2f34893b
parent2ecc5290f2204e9a1f020caaa18f0608c1191912
MINOR: muxes: refactor private connection detach

Following the latest adjustment on session_add_conn() /
session_check_idle_conn(), detach muxes callbacks were rewritten for
private connection handling.

Nothing really fancy here : some more explicit comments and the removal
of a duplicate checks on idle conn status for muxes with true
multipexing support.
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_quic.c
src/mux_spop.c