MINOR: mux/connection: add a new mux flag for HOL risk
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 14 Oct 2020 16:17:06 +0000 (18:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 15 Oct 2020 13:19:34 +0000 (15:19 +0200)
commit3d3c0918dcb30be752283148bfab7a9ff60f182f
tree17aabcbe5344f9b6561f804f5359cb2a5a9c0a1c
parentc98df5fb4409160a60f1d391059be42568ea13e4
MINOR: mux/connection: add a new mux flag for HOL risk

This flag is used to indicate if the mux protocol is subject to
head-of-line blocking problem.
include/haproxy/connection-t.h
src/mux_fcgi.c
src/mux_h2.c