]> git.kaiwu.me - haproxy.git/commit
MEDIUM: stconn: Merge all .shutdown() callback functions in sc_shutdown()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 19:59:40 +0000 (20:59 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commitc65526ad57f742c3c330ee245dd9ae309d1b65b7
treeba06ab20ec1fb908e4ae81c147a47d22e8c56eb9
parent9dfff87b695fbbe59e9afda77a74b91401cc4e23
MEDIUM: stconn: Merge all .shutdown() callback functions in sc_shutdown()

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