mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
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 6aaac9dd38
Closes #20914
This commit is contained in:
parent
666db80196
commit
510efa0007
1 changed files with 2 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue