commit | 16f3da4624d80c37e9fa5cf9bd47c74eee9d08c5 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jun 07 11:57:20 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jun 07 12:04:12 2022 +0200 |
tree | 70d572b482987f028e8beee32f0bbb7e07ccb4f1 | |
parent | fdf693477a4efed4625b7d61f0f9bd655f562dbb [diff] |
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.