commit | 12762f09a5dfa0cdcb6661c56c845ed76f3b3d2c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 13 15:40:10 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 14:08:49 2023 +0200 |
tree | 30ed6cfdcf3de9fed61a5d45eae6ad381d06f341 | |
parent | 573ead1e689ad8d1a80442b2c0d8759f9335a871 [diff] |
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.