From 510efa00071cc1596e87e67ca0f3183413b04380 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 Mar 2026 22:46:42 +0100 Subject: [PATCH] HTTP3.md: drop outdated mentions of OpenSSL-QUIC And make it a little clearer that the quiche backend is what is still experimental. Follow-up to 6aaac9dd388a64d Closes #20914 --- docs/HTTP3.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 3ad7f78a0a..2086e11986 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -21,12 +21,10 @@ QUIC libraries we are using: [quiche](https://github.com/cloudflare/quiche) - **EXPERIMENTAL** -[OpenSSL 3.2+ QUIC](https://github.com/openssl/openssl) - **EXPERIMENTAL** - ## Experimental -HTTP/3 support in curl is considered **EXPERIMENTAL** until further notice -when built to use *quiche*. Only the *ngtcp2* backend is not experimental. +HTTP/3 support using *quiche* in curl is considered **EXPERIMENTAL** until +further notice. Only the *ngtcp2* backend is not experimental. Further development and tweaking of the HTTP/3 support in curl happens in the master branch using pull-requests like ordinary changes.