]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: always pass HTX_FL_PARSING_ERROR between h2s and buf on RX
authorWilly Tarreau <w@1wt.eu>
Tue, 5 Mar 2019 09:51:11 +0000 (10:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Mar 2019 09:56:34 +0000 (10:56 +0100)
commit7196dd6071bc38e6dada98bb00426dd54ca13ba3
tree9385df583a4c9993d677acfa8df5ef308c0625b5
parent4236f035fe1f60cb624e44620fc8ab188a39d68d
MINOR: mux-h2: always pass HTX_FL_PARSING_ERROR between h2s and buf on RX

In order to allow the H2 parser to report parsing errors, we must make
sure to always pass the HTX_FL_PARSING_ERROR flag from the h2s htx to
the conn_stream's htx.
src/mux_h2.c