]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: h2: send connect protocol h2 settings
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 11 Dec 2020 16:53:10 +0000 (17:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Jan 2021 15:37:14 +0000 (16:37 +0100)
commitf9dcbeeab3d2f92f92e98e7ebf95b72d0cc8b9d7
tree3e2e5ff9bd55ae512f82493109c8f92d72df0cae
parentc9a0afcc321ec2830976334bd0bd868df32c9625
MEDIUM: h2: send connect protocol h2 settings

In order to announce support for the Extended CONNECT h2 method by
haproxy, always send the ENABLE_CONNECT_PROTOCOL h2 settings. This new
setting has been described in the rfc 8441.

After receiving ENABLE_CONNECT_PROTOCOL, the client is free to use the
Extended CONNECT h2 method. This can notably be useful for the support
of websocket handshake on http/2.
include/haproxy/h2.h
src/mux_h2.c