]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ROADMAP: remove completed entries, mention websocket
authorDaniel Stenberg <daniel@haxx.se>
Wed, 17 Apr 2024 08:35:12 +0000 (10:35 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 17 Apr 2024 08:35:12 +0000 (10:35 +0200)
docs/ROADMAP.md

index dbebdf635859e16602201dfea7ff4a6cc620c030..03cc4c7072229d4b6f40643f323668e2196d9dc9 100644 (file)
@@ -10,21 +10,8 @@ Roadmap of things Daniel Stenberg wants to work on next. It is intended to
 serve as a guideline for others for information, feedback and possible
 participation.
 
-## "Complete" the HTTP/3 support
+## WebSocket
 
-curl has experimental support for HTTP/3 since a good while back. There are
-some functionality missing and once the final specs are published we want to
-eventually remove the "experimental" label from this functionality.
+Agree that it is a good enough API and remove the EXPERIMENTAL label.
 
-## HTTPS DNS records
-
-As a DNS version of alt-svc and also a pre-requisite for ECH (see below).
-
-See: https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-02
-
-## ECH (Encrypted Client Hello - formerly known as ESNI)
-
- See Daniel's post on [Support of Encrypted
- SNI](https://curl.se/mail/lib-2019-03/0000.html) on the mailing list.
-
- Initial work exists in [PR 4011](https://github.com/curl/curl/pull/4011)
+##