]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mux-h2: Always wakeup streams with no id to avoid frozen streams
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 7 Mar 2019 15:21:34 +0000 (16:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 18 Mar 2019 14:50:23 +0000 (15:50 +0100)
commitf02ca00a36b4bd43a783973e05690594bcf9b92b
tree69d38fd38eb6c4266bca52ef9dca771d6313f1a9
parentd1fd6f5f64e4d05d4993f2d43c1ee8c79a16fec1
BUG/MEDIUM: mux-h2: Always wakeup streams with no id to avoid frozen streams

This only happens for server streams because their id is assigned when the first
message is sent. If these streams are not woken up, some events can be lost
leading to frozen streams. For instance, it happens when a server closes its
connection before sending its preface.

This patch must be backported to 1.9.
src/mux_h2.c