mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:11:42 +03:00
altsvc: use 'h3' for h3
Since the official and real version has been out for a while now and servers are deployed out there using it, there is no point in sticking to h3-29. Reported-by: ウさん Fixes #9515 Closes #9516
This commit is contained in:
parent
8a7ecb57e7
commit
1bbffa0833
1 changed files with 0 additions and 8 deletions
|
|
@ -52,15 +52,7 @@
|
|||
#define MAX_ALTSVC_ALPNLENSTR "10"
|
||||
#define MAX_ALTSVC_ALPNLEN 10
|
||||
|
||||
#if defined(USE_QUICHE) && !defined(UNITTESTS)
|
||||
#define H3VERSION "h3-29"
|
||||
#elif defined(USE_NGTCP2) && !defined(UNITTESTS)
|
||||
#define H3VERSION "h3-29"
|
||||
#elif defined(USE_MSH3) && !defined(UNITTESTS)
|
||||
#define H3VERSION "h3-29"
|
||||
#else
|
||||
#define H3VERSION "h3"
|
||||
#endif
|
||||
|
||||
static enum alpnid alpn2alpnid(char *name)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue