mirror of
https://github.com/curl/curl.git
synced 2025-01-06 13:44:52 +08:00
1ccdad64ef
Fix issues detected. Also: - One of the `.vc` files used LF EOLs, while the other didn't. Make that one also use LF EOLs, as this is apparently supported by `nmake`. - Drop `.dsw` and `.btn` types from `.gitattributes`. The repository doesn't use them. - Sync section order with the rest of files in `tests/certs/EdelCurlRoot-ca.prm`. - Indent/align `.prm` and `.pem` files. - Delete dummy `[something]` section from `.prm` and `.pem` files. Mental note: MSVC `.sln` files seem to accept spaces for indentation and also support LF line-endings. I cannot test this and I don't know what's more convenient when updating them, so left them as-is, with specific exclusions. Closes #14031
18 lines
384 B
Markdown
18 lines
384 B
Markdown
<!--
|
|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
|
-->
|
|
|
|
# curl the next few years - perhaps
|
|
|
|
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.
|
|
|
|
## WebSocket
|
|
|
|
Agree that it is a good enough API and remove the EXPERIMENTAL label.
|
|
|
|
##
|