]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Apr 2023 14:23:48 +0000 (16:23 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 13:02:57 +0000 (15:02 +0200)
commitb2b1c3a6ea1fca4f7a736c068463205a8ff02ecc
treeaf491ea2c9dc4b075abea0060baa4144d572cb6c
parent208c712b404e3c4ab713a19dd1f708de90189101
MINOR: channel/stconn: Replace sc_shutw() by sc_shutdown()

All reference to a shutw is replaced by an abort. So sc_shutw() is renamed
sc_shutdown(). SC app ops functions are renamed accordingly.
include/haproxy/sc_strm.h
include/haproxy/stconn-t.h
src/backend.c
src/cli.c
src/http_ana.c
src/stconn.c
src/stream.c
src/tcp_rules.c