diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-09-25 12:06:20 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-09-25 12:06:55 +0200 |
commit | a4c6520991a1be63fe8a7120be2ffe8c906be3d5 (patch) | |
tree | 159292e3c327ecf1fe421417ebf2fdb9c2385ed2 /lib/altsvc.c | |
parent | 6e7733f7884e82e486971260f078f6cbcbeac552 (diff) | |
download | curl-a4c6520991a1be63fe8a7120be2ffe8c906be3d5.tar.gz |
altsvc: save h3 as h3-23
Follow-up to d176a2c7e5
Diffstat (limited to 'lib/altsvc.c')
-rw-r--r-- | lib/altsvc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/altsvc.c b/lib/altsvc.c index ecf6f3946..689991b63 100644 --- a/lib/altsvc.c +++ b/lib/altsvc.c @@ -74,7 +74,7 @@ const char *Curl_alpnid2str(enum alpnid id) return "h2"; case ALPN_h3: #if (defined(USE_QUICHE) || defined(USE_NGHTTP2)) && !defined(UNITTESTS) - return "h3-22"; + return "h3-23"; #else return "h3"; #endif |