]> git.kaiwu.me - haproxy.git/commit
MINOR: stconn: Remove .chk_rcv() callback functions
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 17:07:59 +0000 (18:07 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commit5aa67f058744ab2b0b678a54f746d379df5b9d67
treeb0f4114753f55ea8c171fdb99aeb3cf2c487ccad
parentaef7afbe65e8e9c570f6b99726b5c2180cbc571b
MINOR: stconn: Remove .chk_rcv() 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