MINOR: channel/stconn: Replace channel_shutw_now() by sc_schedule_shutdown()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Apr 2023 13:56:26 +0000 (15:56 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 12:49:45 +0000 (14:49 +0200)
commitdf7cd710a829d2269516bcc012b974d64d9c1a3c
tree48fca06d7ba15116d21cc941739cd6bf31983ab9
parente38534cbd06250280870a3016831a14d8b567ecb
MINOR: channel/stconn: Replace channel_shutw_now() by sc_schedule_shutdown()

After the flag renaming, it is now the turn for the channel function to be
renamed and moved in the SC scope. channel_shutw_now() is replaced by
sc_schedule_shutdown(). 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/http_ana.c
src/stconn.c
src/stream.c