TODO: Support WebSocket text frames with command line tool

Closes #21997
Closes #22240
This commit is contained in:
Daniel Stenberg 2026-07-01 17:02:36 +02:00
parent 2c97912d7c
commit fecff6e610
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -431,6 +431,19 @@ LDAPS not possible with macOS and Windows with Certificate-Based Authentication
[curl issue 9641](https://github.com/curl/curl/issues/9641)
# WebSocket
## Support text frames with command line tool
libcurl defaults to using binary WebSocket frames, which makes some servers
not work as they require text. We should make it possible to tell the tool to
use text frames.
[curl issue 21997](https://github.com/curl/curl/issues/21997)
An abandoned attempt to add support for this exists in [PR
22093](https://github.com/curl/curl/pull/22093).
# SMB
## Support modern versions