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>
Tue, 25 May 2021 08:37:22 +0000 (10:37 +0200)
commitd54760ed1a531c8988e6d4f12800151295c8eaf9
treeba5f5a1c30f0f673abe9475af327ed9090000f18
parent6e5795d610be8491525b781b53ef474fbe4a0341
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.

(cherry picked from commit 1c235e57d0087e86074178f682c24f8aa44e0fcd)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/channel.h