]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stconn: Use only one SC function to shut connection endpoints
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Apr 2024 15:42:38 +0000 (17:42 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Apr 2024 14:25:06 +0000 (16:25 +0200)
commitc96a873ba3a47f37470f6184030379e04b45c40d
tree892c071a7ab44212d68e2232b9c930e6f988aa27
parent61fbbbe42ff06c3658a710f490f1e584bc35ecc0
MEDIUM: stconn: Use only one SC function to shut connection endpoints

The SC API to perform shutdowns on connection endpoints was unified to have
only one function, sc_conn_shut(), with read/write shut modes passed
explicitly. It means sc_conn_shutr() and sc_conn_shutw() were removed. The
next step is to do the same at the mux level.
include/haproxy/stconn.h
src/check.c
src/stconn.c