]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel: Forwad close to other side on abort
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Apr 2023 13:13:12 +0000 (15:13 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 11:56:28 +0000 (13:56 +0200)
commit3db538ac2f6e2ad2dfa95afd691027e4be22e80c
tree939fe51199dc599c7eddf215b357a085dafbd4c9
parentc394e21933a5d2886bcafe5db4c73e7dd4887f92
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.
include/haproxy/channel.h
src/hlua.c
src/http_ana.c
src/stream.c