]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel/stconn: Replace sc_shutr() by sc_abort()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Apr 2023 14:10:23 +0000 (16:10 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 12:54:35 +0000 (14:54 +0200)
commitcfc11c0eae611a865ba822c14105ad374a34efa4
treef194acb828e78ceb296f4c326d685a9faee746ba
parent0c370eee6dcbbf6d5557ec55f336f1fa566afc86
MINOR: channel/stconn: Replace sc_shutr() by sc_abort()

All reference to a shutr is replaced by an abort. So sc_shutr() is renamed
sc_abort(). 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