]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stconn: Use one function to shut connection and applet endpoints
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Apr 2024 16:36:40 +0000 (18:36 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Apr 2024 14:33:35 +0000 (16:33 +0200)
commit1e38ac72cedbf6f7ddaa89802cf4d4326a0e3860
treefb4320e57fe0cb9d02516bf68d005e29fc5cf292
parent4b8044283284f3f270c7ece3ed1e65dad6efa7a1
MEDIUM: stconn: Use one function to shut connection and applet endpoints

se_shutdown() function is now used to perform a shutdown on a connection
endpoint and an applet endpoint. The same function is used for
both. sc_conn_shut() function was removed and appctx_shut() function was
updated to only deal with the applet stuff.
include/haproxy/applet.h
include/haproxy/stconn.h
src/applet.c
src/check.c
src/stconn.c