]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: support HTTP/3.0 for smp_*_http_major fetch
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 7 Jun 2022 09:57:20 +0000 (11:57 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 7 Jun 2022 10:04:12 +0000 (12:04 +0200)
commit16f3da4624d80c37e9fa5cf9bd47c74eee9d08c5
tree70d572b482987f028e8beee32f0bbb7e07ccb4f1
parentfdf693477a4efed4625b7d61f0f9bd655f562dbb
MINOR: connection: support HTTP/3.0 for smp_*_http_major fetch

smp_fc_http_major may be used to return the http version as an integer
used on the frontend or backend side. Previously, the handler only
checked for version 2 or 1 as a fallback. Extend it to support version 3
with the QUIC mux.
src/connection.c