]> git.kaiwu.me - haproxy.git/commit
MEDIUM: stconn: Merge all .chk_rcv() callback functions in sc_chk_rcv()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 17:03:34 +0000 (18:03 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commitaef7afbe65e8e9c570f6b99726b5c2180cbc571b
tree8bdb990170fcc542e0e78db7b1344a2aa887ca09
parent7c895092a7390328fe9e281a24677a5a61f59e5d
MEDIUM: stconn: Merge all .chk_rcv() callback functions in sc_chk_rcv()

sc_chk_rcv() is no longer relying on .chk_rcv() callback functions.
Everything was merged in sc_chk_rcv() with a test on the app type.
include/haproxy/sc_strm.h
src/stconn.c