commit | 855ac25d8293718ce2054b2b51a4c60bdf71cee4 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Dec 28 14:44:41 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 28 15:48:52 2018 +0100 |
tree | 1dec5ca05bf8d49abdc26bf7482e6b0a394f26a6 | |
parent | 86cef23266cff1d51fa23357b666dffc6a82ce73 [diff] |
BUG/MEDIUM: mux_h2: Don't add to the idle list if we're full. In h2_detach(), don't add the connection to the idle list if nb_streams is at the max. This can happen if we already closed that stream before, so its slot became available and was used by another stream. This should be backported to 1.9.