]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-htx: Fix bad test on h1c flags in h1_recv_allowed()
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Nov 2018 16:13:52 +0000 (17:13 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Nov 2018 16:22:37 +0000 (17:22 +0100)
commit7e346f3694ac8d0cd3f306d2d971eae59af3d4da
tree903ed551053a1bfe61652f6bf434c68091de66f3
parent7ff4f14204314eaf3936e4624934cb159cb98379
BUG/MINOR: mux-htx: Fix bad test on h1c flags in h1_recv_allowed()

A logical OR was used instead of a binary OR. Thanks to David Carlier to spot
and report this bug.
src/mux_h1.c