summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-05-24 20:35:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-05-24 20:35:39 +0200
commit49fe65ccd81a2f27aae0e77e2714dc234de483c6 (patch)
tree72a37f71aa5c92d31fb8863b82cea52bea7cd727
parent2c0225e0423eea2c76e68f50c766b112d1303d92 (diff)
downloadcurl-49fe65ccd81a2f27aae0e77e2714dc234de483c6.tar.gz
TODO: CURLINFO_PAUSE_STATE
Closes #2588
-rw-r--r--docs/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index cd0d6f2b6..3d58717b4 100644
--- 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
@@ -387,6 +388,11 @@
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.