]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux_h2: generate Extended CONNECT response
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 11 Dec 2020 16:53:08 +0000 (17:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Jan 2021 15:37:14 +0000 (16:37 +0100)
commitefe2276a9e9278f3832cfaeb54030155c4dc117f
treebcbbbe3b6d288afdb7c71e7dfd2b128c1e907a43
parentaad333a9fceb3247a503d15c140aa1d7c2193a3c
MEDIUM: mux_h2: generate Extended CONNECT response

Support for the rfc 8441 Bootstraping WebSockets with HTTP/2

Convert a 101 htx response message to a 200 HTTP/2 response.
src/mux_h2.c