diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-02-14 08:30:49 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-02-14 08:30:49 +0100 |
commit | d957b61db385d4fa347cda58c9443f56053f744d (patch) | |
tree | c9ad9ed847d3ae77e660c70c32429adc8f45dd37 /docs | |
parent | 885eea10b097f69d5527c072d4b4f8afd16faa4e (diff) |
TODO: Upgrade to websockets
Closes #3523
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 @@ -449,6 +450,14 @@ 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 |