]> granicus.if.org Git - curl/commitdiff
TODO: CURLINFO_PAUSE_STATE
authorDaniel Stenberg <daniel@haxx.se>
Thu, 24 May 2018 18:35:39 +0000 (20:35 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 24 May 2018 18:35:39 +0000 (20:35 +0200)
Closes #2588

docs/TODO

index cd0d6f2b603f0a049c0b988a6faf87adf2b0da50..3d58717b49b3f4b3823f919e0f1ad519590c4789 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -38,6 +38,7 @@
  1.19 Timeout idle connections from the pool
  1.20 SRV and URI DNS records
  1.21 API for URL parsing/splitting
+ 1.22 CURLINFO_PAUSE_STATE
  1.23 Offer API to flush the connection pool
  1.24 TCP Fast Open for windows
  1.25 Expose tried IP addresses that failed
  using libcurl need that ability. In polls to users, we've learned that many
  libcurl users would like to see and use such an API.
 
+1.22 CURLINFO_PAUSE_STATE
+
+ Return information about the transfer's current pause state, in both
+ directions. https://github.com/curl/curl/issues/2588
+
 1.23 Offer API to flush the connection pool
 
  Sometimes applications want to flush all the existing connections kept alive.