BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ value
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 10 Nov 2021 16:50:10 +0000 (17:50 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 10 Nov 2021 17:04:36 +0000 (18:04 +0100)
commit47940c39e2195f03960a461081488c7603ad7167
treea6b86bd655572e7740b7001369b30f1e985bb77c
parentd19d7762c18a3519d262372ac2332a3ef81998cd
BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ value

The value for H2_CF_DEM_SHORT_READ flag is wrong. 2 bits are erroneously
set, 0x200 and 0x80000.  It is not an issue because both bits are not used
anywhere else.

The typo was introduced in the commit b5f7b5296 ("BUG/MEDIUM: mux-h2: Handle
remaining read0 cases on partial frames"). Thus this patch must also be
backported as far a 2.0.
src/mux_h2.c