]> git.kaiwu.me - haproxy.git/commit
CLEANUP: mux-h2: Remove unused flag H2_SF_DATA_CHNK
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Sep 2019 07:37:21 +0000 (09:37 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Sep 2019 08:08:28 +0000 (10:08 +0200)
commit3e395632bf0892696c5a94944fb27f00908c228e
treece5c9fd0e8f5fe6ecf8de946ba75195ed907a9c6
parent8a694b859cf98f8b0855b4aa5a50ebf64b501215
CLEANUP: mux-h2: Remove unused flag H2_SF_DATA_CHNK

Since the legacy HTTP mode has been removed, this flag is not necessary
anymore. Removing this flag, a test on the HTX message at the end of the
function h2c_decode_headers() has also been removed fixing the github
issue #244.

No backport needed.
src/mux_h2.c