msh3: add support for QUIC and HTTP/3 using msh3

Considered experimental, as the other HTTP/3 backends.

Closes #8517
This commit is contained in:
Nick Banks 2022-04-10 18:21:37 +02:00 committed by Daniel Stenberg
parent 7befbe9ce9
commit 37492ebbfa
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
18 changed files with 850 additions and 7 deletions

View file

@ -794,7 +794,7 @@ int getpwuid_r(uid_t uid, struct passwd *pwd, char *buf,
#define USE_HTTP2
#endif
#if defined(USE_NGTCP2) || defined(USE_QUICHE)
#if defined(USE_NGTCP2) || defined(USE_QUICHE) || defined(USE_MSH3)
#define ENABLE_QUIC
#endif