commit | 00464ab8f432fb5f6b3939809f781b8163946dc2 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Oct 14 18:17:08 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Oct 15 15:19:34 2020 +0200 |
tree | 4fcd757fdf763eb42c370b614923d4a2112fece3 | |
parent | 04a24c5eaa4368b2ff7cd67d2b9e310a3995e1b3 [diff] |
MEDIUM: backend: add new conn to session if mux marked as HOL blocking When allocating a new session on connect_server, if the mux protocol is marked as subject of HOL blocking, add it into session instead of available list to avoid sharing it with other clients.