MINOR: mux_h2: define H2_SF_EXT_CONNECT_SENT stream flag
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 11 Dec 2020 16:53:04 +0000 (17:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Jan 2021 15:37:14 +0000 (16:37 +0100)
commit5fb48ea7a43683df7a092f7215598324e548dee7
tree3ebe2e83f86b50727e86cf7b7f9c9e5a86d0722c
parentc193823343192014e7ebfe99a9bb1562c83ec81e
MINOR: mux_h2: define H2_SF_EXT_CONNECT_SENT stream flag

This flag is used to signal that an Extended CONNECT has been sent by
the server mux on the current stream.
This will allow to convert the response to a 101 htx status message.
src/mux_h2.c