mirror of
https://github.com/curl/curl.git
synced 2026-08-26 21:24:08 +03:00
ngtcp2: adjust config and code checks for ngtcp2 without nghttp3
- make configure show on HTTP3 feature that both ngtcp2 and nghttp3 are in play - define ENABLE_QUIC only when USE_NGTCP2 and USE_NGHTTP3 are defined - add USE_NGHTTP3 in the ngtcp2 implementation Fixes #10793 Closes #10821
This commit is contained in:
parent
5ddd5f2619
commit
78f73f79ca
5 changed files with 8 additions and 7 deletions
|
|
@ -175,7 +175,7 @@ curl_headers_msg="enabled (--disable-headers-api)"
|
|||
ssl_backends=
|
||||
curl_h1_msg="enabled (internal)"
|
||||
curl_h2_msg="no (--with-nghttp2, --with-hyper)"
|
||||
curl_h3_msg="no (--with-ngtcp2, --with-quiche --with-msh3)"
|
||||
curl_h3_msg="no (--with-ngtcp2 --with-nghttp3, --with-quiche, --with-msh3)"
|
||||
|
||||
enable_altsvc="yes"
|
||||
hsts="yes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue