]> git.kaiwu.me - haproxy.git/commit
MINOR: stconn: Remove .abort() callback functions
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 17:33:05 +0000 (18:33 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commit9dfff87b695fbbe59e9afda77a74b91401cc4e23
treec43b325f6b4a24e778926750283bf1a227ca241a
parent0fc6884bc74c7ef51db5e6b5479457e99ea1db78
MINOR: stconn: Remove .abort() 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