commit | d54760ed1a531c8988e6d4f12800151295c8eaf9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 07 08:10:41 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 25 10:37:22 2021 +0200 |
tree | ba5f5a1c30f0f673abe9475af327ed9090000f18 | |
parent | 6e5795d610be8491525b781b53ef474fbe4a0341 [diff] |
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>