commit | 6b8daef56bf00f35191661f0a1dc8984d0592df0 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Oct 14 18:17:10 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Oct 15 15:19:34 2020 +0200 |
tree | 690bf5dc4512f8bf8b1ef7aa4bbc761b06dc5076 | |
parent | 0d21deaded1a4bbd1e1700ab8386af1f1441ea73 [diff] |
MEDIUM: h2: remove conn from session on detach H2 mux is marked with HOL blocking. On safe reuse mode, the connection using it are placed on the sessions instead of the available lists to avoid sharing it with several clients. On detach, if they are no more streams, remove the connection from the session before adding it to the idle list. If there is still used streams, do not add it to available list as it should be already on the session list.