]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: stop on non-DATA and non-EOM HTX blocks
authorWilly Tarreau <w@1wt.eu>
Tue, 4 Dec 2018 14:28:03 +0000 (15:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Dec 2018 17:32:39 +0000 (18:32 +0100)
commit2fb1d4caaae583d68aed5e605eb3a0c07d87a714
treeeaa5115e2ba7bf6bd30ee489ed92e63e42f92e17
parentee57376ffb954aff109d5df062a4a2228bfa6793
MINOR: mux-h2: stop on non-DATA and non-EOM HTX blocks

We don't want to send such blocks as DATA frames if they were ever to
appear, let's quit when meeting them.
src/mux_h2.c