]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h2: Don't bogusly error if the previous stream was closed.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 28 Nov 2018 12:26:11 +0000 (13:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 28 Nov 2018 13:09:55 +0000 (14:09 +0100)
commit0024a98640d07fa184624aea1e66a5390268ab8b
tree4fe566df0232401886bd7272b16a10605fb55d0c
parent73bce43812da8c9415d40e370a63396deeb58b29
BUG/MEDIUM: h2: Don't bogusly error if the previous stream was closed.

In h2_process_demux(), if we're demuxing multiple frames, and the previous
frame led to a stream getting closed, don't bogusly consider that an error,
and destroy the next stream, as there are valid cases where the stream could
be closed.
src/mux_h2.c