summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-06-29 23:50:44 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-06-29 23:50:44 +0200
commit42320a712027a4dfe740a8060273b9b8acb52d62 (patch)
tree248f3a0d7bd6735a54de593edee6e710f7cc6be7
parentc585bad8e219994be127e044c57c6d0d84fe4f41 (diff)
downloadcurl-42320a712027a4dfe740a8060273b9b8acb52d62.tar.gz
TODO: return code to CURLMOPT_PUSHFUNCTION to fail connection
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 7bc221e81..82640a576 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -36,6 +36,7 @@
1.17 Add support for IRIs
1.18 try next proxy if one doesn't work
1.20 SRV and URI DNS records
+ 1.21 Add return code to CURLMOPT_PUSHFUNCTION to fail the connection
1.22 CURLINFO_PAUSE_STATE
1.23 Offer API to flush the connection pool
1.24 TCP Fast Open for windows
@@ -356,6 +357,13 @@
Offer support for resolving SRV and URI DNS records for libcurl to know which
server to connect to for various protocols (including HTTP!).
+1.21 Add return code to CURLMOPT_PUSHFUNCTION to fail the connection
+
+ Allow the callback to return a value that would stop the entire operation,
+ like it can be done from most other callbacks.
+
+ See https://curl.haxx.se/mail/lib-2020-06/0099.html
+
1.22 CURLINFO_PAUSE_STATE
Return information about the transfer's current pause state, in both