mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:43:33 +03:00
configure: remove superfluous experimental warning for HTTP/3
This warning was created at a time when all backends for HTTP/3 were
experimental. Since there are now non-experimental backends this warning
is incorrect in some cases and was already handled by backends that were
added to the experimental list.
Follow-up to 0535f6ec71
Closes #21139
This commit is contained in:
parent
f0f0a7f7d6
commit
fde2e9a6b2
1 changed files with 0 additions and 1 deletions
|
|
@ -3655,7 +3655,6 @@ dnl **********************************************************************
|
|||
|
||||
if test "$USE_NGTCP2" = "1" && test "$USE_NGHTTP3" = "1"; then
|
||||
USE_NGTCP2_H3=1
|
||||
AC_MSG_NOTICE([HTTP3 support is experimental])
|
||||
curl_h3_msg="enabled (ngtcp2 + nghttp3)"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue