Skip to content

Commit

Permalink
TODO: add "WebSocket read callback"
Browse files Browse the repository at this point in the history
remove "Upgrade to websockets" as we already have this

Closes curl#11402
  • Loading branch information
bagder committed Aug 3, 2023
1 parent 260f51a commit 16d0773
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
1.23 Offer API to flush the connection pool
1.25 Expose tried IP addresses that failed
1.28 FD_CLOEXEC
1.29 Upgrade to websockets
1.29 WebSocket read callback
1.30 config file parsing
1.31 erase secrets from heap/stack after use
1.32 add asynch getaddrinfo support
Expand Down Expand Up @@ -401,13 +401,12 @@

https://github.com/curl/curl/issues/2252

1.29 Upgrade to websockets
1.29 WebSocket read callback

libcurl could offer a smoother path to get to a websocket connection.
See https://github.com/curl/curl/issues/3523
Call the read callback once the connection is established to allow sending
the first message in the connection.

Michael Kaufmann suggestion here:
https://curl.se/video/curlup-2017/2017-03-19_05_Michael_Kaufmann_Websocket_support_for_curl.mp4
https://github.com/curl/curl/issues/11402

1.30 config file parsing

Expand Down

0 comments on commit 16d0773

Please sign in to comment.