]> git.kaiwu.me - haproxy.git/commit
MEDIUM: stconn: Merge all .chk_snd() callback functions in sc_chk_snd()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 17:15:11 +0000 (18:15 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commite33dfc4f26e9866f6dfaf1cdd86f8b2a9ed12f2f
tree1f7bf30c37b00485fee43ea2a3e8efb0bc73cc1c
parent5aa67f058744ab2b0b678a54f746d379df5b9d67
MEDIUM: stconn: Merge all .chk_snd() callback functions in sc_chk_snd()

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