commit | 5fb48ea7a43683df7a092f7215598324e548dee7 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Dec 11 17:53:04 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 28 16:37:14 2021 +0100 |
tree | 3ebe2e83f86b50727e86cf7b7f9c9e5a86d0722c | |
parent | c193823343192014e7ebfe99a9bb1562c83ec81e [diff] |
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.