mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +03:00
HTTP3: mention what needs to be in place to remove EXPERIMENTAL label
Closes #10168
This commit is contained in:
parent
54130a6cad
commit
5ab72b9a57
2 changed files with 9 additions and 0 deletions
1
.github/scripts/spellcheck.words
vendored
1
.github/scripts/spellcheck.words
vendored
|
|
@ -265,6 +265,7 @@ GSKit
|
|||
gskit
|
||||
GSS
|
||||
GSSAPI
|
||||
GTFO
|
||||
Guenter
|
||||
Gunderson
|
||||
Gustafsson
|
||||
|
|
|
|||
|
|
@ -25,6 +25,14 @@ notice. It needs to be enabled at build-time.
|
|||
Further development and tweaking of the HTTP/3 support in curl will happen in
|
||||
the master branch using pull-requests, just like ordinary changes.
|
||||
|
||||
To fix before we remove the experimental label:
|
||||
|
||||
- working multiplexing and GTFO handling
|
||||
- fallback or another flexible way to go (back to) h1/h2 if h3 fails
|
||||
- enough test cases to verify basic HTTP/3 functionality
|
||||
- no "important" bugs left on HTTP/3
|
||||
- it's fine to "leave" individual backends as experimental if necessary
|
||||
|
||||
# ngtcp2 version
|
||||
|
||||
## Build with OpenSSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue