]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn: Simplify sc_abort/sc_shutdown by merging calls to se_shutdown
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 9 Mar 2026 17:40:39 +0000 (18:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commitb2b0d1a8be37368e2caeb75b796b9f48bf831e6d
tree03e628a140c622a6c20527f35902a6007a2b6644
parentfb1bc592f5549c663fda29d92988e45ab98f9ef6
MINOR: stconn: Simplify sc_abort/sc_shutdown by merging calls to se_shutdown

Calls to se_shutdown were no the same between applets and mux endpoints.
Only the SHUTW flag was not the same. However, on the multiplexers are
sensitive to the true SHUTW flag. The applets handle all of them the same
way. So calls to se_shutdown() from sc_abort() and sc_shutdown() can be
merged to always use the multiplexer version.
src/stconn.c