commit | f02ca00a36b4bd43a783973e05690594bcf9b92b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Mar 07 16:21:34 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 18 15:50:23 2019 +0100 |
tree | 69d38fd38eb6c4266bca52ef9dca771d6313f1a9 | |
parent | d1fd6f5f64e4d05d4993f2d43c1ee8c79a16fec1 [diff] |
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.