commit | 16ff261633ddae1b86f897ee2c14bd8fdda92401 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Mar 21 15:48:46 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 21 18:28:31 2019 +0100 |
tree | 86151402c6b9b272f6a20291e0d99e1bebcba3ba | |
parent | 7a977431ca4864d8aaa148ef29369ca7f5fcfd5e [diff] |
BUG/MEDIUM: mux-h2: Don't bother keeping the h2s if detaching and nothing to send. In h2_detach(), don't bother keeping the h2s even if it was waiting for flow control if we no longer are subscribed for receiving or sending, as nobody will do anything once we can write in the mux, anyway. Failing to do so may lead to h2s being kept opened forever. This should be backported to 1.9.