]> git.kaiwu.me - haproxy.git/commit
MINOR: stconn: Remove .chk_snd() callback functions
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 17:17:44 +0000 (18:17 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commit0c9741b70ac9502e7546de31ab879a81406c7522
treee66bc26fa600ec05a722542748fcd4d55f5c4cea
parente33dfc4f26e9866f6dfaf1cdd86f8b2a9ed12f2f
MINOR: stconn: Remove .chk_snd() callback functions

These callback functions are no longer used, so they can safely be
removed. In addition, the field was removed from the app_ops structure.
include/haproxy/stconn-t.h
src/stconn.c