commit | 56d3e1b0bd2d6083e8ac2bde50c799a74d7cf6bf | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Nov 19 14:32:52 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Nov 19 15:09:57 2021 +0100 |
tree | 230c3cb73ff285dea352768110d97cca986062a8 | |
parent | ea78ee1adbedc1e13ce2433c3fcb04b877c3e281 [diff] |
MINOR: quic: Support draft-29 QUIC version This is only to support quic-tracker test suite.
diff --git a/src/xprt_quic.c b/src/xprt_quic.c index 6b45630..d1e24ba 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c
@@ -55,6 +55,7 @@ /* list of supported QUIC versions by this implementation */ static int quic_supported_version[] = { 0x00000001, + 0xff00001d, /* draft-29 */ /* placeholder, do not add entry after this */ 0x0