]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: don't check priv flag on free
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 14 Oct 2020 16:17:07 +0000 (18:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 15 Oct 2020 13:19:34 +0000 (15:19 +0200)
commit04a24c5eaa4368b2ff7cd67d2b9e310a3995e1b3
tree60f17dedf02deadff55eeb47f21a8ef59ba2c18a
parent3d3c0918dcb30be752283148bfab7a9ff60f182f
MINOR: connection: don't check priv flag on free

Do not check CO_FL_PRIVATE flag to check if the connection is in session
list on conn_free. This is necessary due to the future patches which add
server connections in the session list even if not private, if the mux
protocol is the subject of HOL blocking.
include/haproxy/connection.h