From fecff6e610aff725654c39f1ffb9e990869d4445 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 1 Jul 2026 17:02:36 +0200 Subject: [PATCH] TODO: Support WebSocket text frames with command line tool Closes #21997 Closes #22240 --- docs/TODO.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/TODO.md b/docs/TODO.md index 15d6c02ba0..501ca2aa76 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -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