BUG/MINOR: mux-h2: Fix typo in scheme adjustment
authorTim Duesterhus <tim@bastelstu.be>
Sun, 28 Feb 2021 15:12:20 +0000 (16:12 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Mar 2021 15:34:50 +0000 (16:34 +0100)
commitc0acd3ca85b5e5aa411b6c65d458e70861a49f8f
tree6812543b6a376c8ea75820d714adb78837571a68
parent352aa05c45e8fdad4cd7ddc0d8d9663fc077bd2e
BUG/MINOR: mux-h2: Fix typo in scheme adjustment

That comma should've been a semicolon. Fortunately, as it is now there
is no impact thanks to operators precedence, and all expressions are
properly evaluated. But this is troubling and the risk is high to
turn it into an effective bug with a minor change.

Introduced in b8ce8905cf63ecd06b36af39c05103fadf3cc347 which first
appeared in 2.1-dev3. This fix must be backported to 2.1+.

(cherry picked from commit a3298023b04923ba12429d79c559dc7a850ae122)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 31871d22827508fcbfe1064a831d220084e19d74)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 21e7aa3f57be44c2b41b4b40056e74374b229438)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/mux_h2.c