commit | 3db538ac2f6e2ad2dfa95afd691027e4be22e80c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 13 15:13:12 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 13:56:28 2023 +0200 |
tree | 939fe51199dc599c7eddf215b357a085dafbd4c9 | |
parent | c394e21933a5d2886bcafe5db4c73e7dd4887f92 [diff] |
MINOR: channel: Forwad close to other side on abort Most of calls to channel_abort() are associated to a call to channel_auto_close(). Others are in areas where the auto close is the default. So, it is now systematically enabled when an abort is performed on a channel, as part of channel_abort() function.