]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP3: mention what needs to be in place to remove EXPERIMENTAL label
authorDaniel Stenberg <daniel@haxx.se>
Tue, 27 Dec 2022 14:57:00 +0000 (15:57 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 28 Dec 2022 08:20:12 +0000 (09:20 +0100)
Closes #10168

.github/scripts/spellcheck.words
docs/HTTP3.md

index ea5115be4a31259602b233ee57d9550aae0562b8..2d68e2906cb7278adae915abc98d37feb9c8bbe6 100644 (file)
@@ -265,6 +265,7 @@ GSKit
 gskit
 GSS
 GSSAPI
+GTFO
 Guenter
 Gunderson
 Gustafsson
index 064ab28956375767a28244613ae8214aff59697d..9c43aa6860527b7750181e2a2ee7e76310f94a0a 100644 (file)
@@ -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