]> git.ipfire.org Git - thirdparty/curl.git/commit
ngtcp2: adjust config and code checks for ngtcp2 without nghttp3
authorStefan Eissing <stefan@eissing.org>
Thu, 23 Mar 2023 08:39:37 +0000 (09:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Mar 2023 14:39:13 +0000 (15:39 +0100)
commit78f73f79ca0937745f8a6594dad9711749143801
tree03b6236a6ef75e9ea5a513664f9e3d6201af8811
parent5ddd5f2619bd530e598d15c4af65d7b02eca34e1
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
configure.ac
lib/curl_setup.h
lib/vquic/curl_ngtcp2.c
lib/vquic/curl_ngtcp2.h
lib/vquic/vquic.c