mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
configure: the ngtcp2 option should default to 'no'
While still experimental. Bug: https://curl.se/mail/lib-2022-10/0007.html Reported-by: Daniel Hallberg Closes #9650
This commit is contained in:
parent
5299301a9b
commit
3664bccc54
@ -2718,7 +2718,7 @@ dnl **********************************************************************
|
||||
dnl Check for ngtcp2 (QUIC)
|
||||
dnl **********************************************************************
|
||||
|
||||
OPT_TCP2="yes"
|
||||
OPT_TCP2="no"
|
||||
|
||||
if test "x$disable_http" = "xyes"; then
|
||||
# without HTTP, ngtcp2 is no use
|
||||
|
Loading…
Reference in New Issue
Block a user