]> granicus.if.org Git - curl/commitdiff
TODO: Upgrade to websockets
authorDaniel Stenberg <daniel@haxx.se>
Thu, 14 Feb 2019 07:30:49 +0000 (08:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Feb 2019 07:30:49 +0000 (08:30 +0100)
Closes #3523

docs/TODO

index d6240d4d5b1e189d062f5f0a6fb8b434c76ecee4..975c52dd35f7c3a102c4b12ffc279c452011b67d 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -45,6 +45,7 @@
  1.26 CURL_REFUSE_CLEARTEXT
  1.27 hardcode the "localhost" addresses
  1.28 FD_CLOEXEC
+ 1.29 Upgrade to websockets
 
  2. libcurl - multi interface
  2.1 More non-blocking
 
  https://github.com/curl/curl/issues/2252
 
+1.29 Upgrade to websockets
+
+ libcurl could offer a smoother path to get to a websocket connection.
+ See https://github.com/curl/curl/issues/3523
+
+ Michael Kaufmann suggestion here:
+ https://curl.haxx.se/video/curlup-2017/2017-03-19_05_Michael_Kaufmann_Websocket_support_for_curl.mp4
+
 2. libcurl - multi interface
 
 2.1 More non-blocking