]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel: Rely on HTX version if appropriate in channel_may_recv()
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Apr 2021 06:10:41 +0000 (08:10 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 May 2021 07:19:05 +0000 (09:19 +0200)
commit1c235e57d0087e86074178f682c24f8aa44e0fcd
tree1a97733f21d8ab7970fbb66cdb096ca05bf533ea
parentf6818d637ab37d3f2ec4a82ded56925bcce7dba9
MINOR: channel: Rely on HTX version if appropriate in channel_may_recv()

When channel_may_recv() is called for an HTX stream, the HTX version,
channel_htx_may_recv() is called. This patch is mandatory to fix a bug
related to the abortonclose option.
include/haproxy/channel.h