]> git.kaiwu.me - haproxy.git/commit
MEDIUM: stconn: Merge all .abort() callback functions in sc_abort()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 17:31:02 +0000 (18:31 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commit0fc6884bc74c7ef51db5e6b5479457e99ea1db78
tree51678de2714c7468df4c880e8065ced91a09f6f0
parent0c9741b70ac9502e7546de31ab879a81406c7522
MEDIUM: stconn: Merge all .abort() callback functions in sc_abort()

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