MEDIUM: backend: add new conn to session if mux marked as HOL blocking
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 14 Oct 2020 16:17:08 +0000 (18:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 15 Oct 2020 13:19:34 +0000 (15:19 +0200)
commit00464ab8f432fb5f6b3939809f781b8163946dc2
tree4fcd757fdf763eb42c370b614923d4a2112fece3
parent04a24c5eaa4368b2ff7cd67d2b9e310a3995e1b3
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.
src/backend.c