MEDIUM: backend: add reused conn to sess if mux marked as HOL blocking
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 14 Oct 2020 16:17:09 +0000 (18:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 15 Oct 2020 13:19:34 +0000 (15:19 +0200)
commit0d21deaded1a4bbd1e1700ab8386af1f1441ea73
treefa14c664af22a07e2c12fc2716316e166a22b35a
parent00464ab8f432fb5f6b3939809f781b8163946dc2
MEDIUM: backend: add reused conn to sess if mux marked as HOL blocking

If a connection is using a mux protocol subject to HOL blocking, add it
to the session instead of the available list to avoid sharing it with
other clients on connection reuse.
src/backend.c