mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
vquic: drop support for OpenSSL-QUIC
- It is slower and uses more memory than the alternatives and is only experimental in curl. - We disable a few tests for OpenSSL-QUIC because of flakiness - It gets little attention from OpenSSL and we have no expectation of the major flaws getting corrected anytime soon. - No one has spoken up for keeping it - curl users building with vanilla OpenSSL can still use QUIC through the means of ngtcp2 Closes #20226
This commit is contained in:
parent
6c31df453b
commit
6aaac9dd38
22 changed files with 17 additions and 2719 deletions
|
|
@ -749,9 +749,6 @@ ${SIZEOF_TIME_T_CODE}
|
|||
/* to enable quiche */
|
||||
#cmakedefine USE_QUICHE 1
|
||||
|
||||
/* to enable openssl + nghttp3 */
|
||||
#cmakedefine USE_OPENSSL_QUIC 1
|
||||
|
||||
/* to enable openssl + ngtcp2 + nghttp3 */
|
||||
#cmakedefine OPENSSL_QUIC_API2 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue