commit | df7cd710a829d2269516bcc012b974d64d9c1a3c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 13 15:56:26 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 14:49:45 2023 +0200 |
tree | 48fca06d7ba15116d21cc941739cd6bf31983ab9 | |
parent | e38534cbd06250280870a3016831a14d8b567ecb [diff] |
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.