commit | 8f1f1b05795f7114c5bbb0cf3bffdf86ed299370 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 15 09:59:50 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 15 09:59:51 2022 +0100 |
tree | 5e130aa4f9e15ea405816e706bba73e204592de6 | |
parent | da93802ffc5c38b470b95d250a9c0b496349ca64 [diff] |
BUG/MINOR: mux-h1: Fix test instead a BUG_ON() in h1_send_error() In the previous patch (86924532db "BUG/MINOR: mux-h1: Fix test instead a BUG_ON() in h1_send_error()"), a BUG_ON() condition was inverted by error in h1_send_error(). The stream-connector must be NULL to be able to destroy the H1 stream. This patch must be backported with the commit above (to 2.7).