]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel/stconn: Replace channel_shutr_now() by sc_schedule_abort()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Apr 2023 13:40:10 +0000 (15:40 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 12:08:49 +0000 (14:08 +0200)
commit12762f09a5dfa0cdcb6661c56c845ed76f3b3d2c
tree30ed6cfdcf3de9fed61a5d45eae6ad381d06f341
parent573ead1e689ad8d1a80442b2c0d8759f9335a871
MINOR: channel/stconn: Replace channel_shutr_now() by sc_schedule_abort()

After the flag renaming, it is now the turn for the channel function to be
renamed and moved in the SC scope. channel_shutr_now() is replaced by
sc_schedule_abort(). The request channel is replaced by the front SC and the
response is replace by the back SC.
include/haproxy/channel.h
include/haproxy/sc_strm.h
src/cli.c
src/hlua.c
src/http_ana.c
src/stream.c