aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-01-04 22:16:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-01-04 22:16:16 +0000
commitfcc485092a09811d5bfed78d13984fed5c31e652 (patch)
treed3b3c4645008dd2370f6446a17de558bd92b5a94 /docs/TODO
parenta4945fe6876e184f41c05e5a942a2fd493f65246 (diff)
14.3 extend CURLOPT_SOCKOPTFUNCTION prototype
(for next SONAME bump)
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 7b2e5447c..b6cc2af39 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -94,6 +94,7 @@
14. Next SONAME bump
14.1 http-style HEAD output for ftp
14.2 combine error codes
+ 14.3 extend CURLOPT_SOCKOPTFUNCTION prototype
15. Next major release
15.1 cleanup return codes
@@ -514,6 +515,13 @@ to provide the data to send.
CURLE_TFTP_NOTFOUND => CURLE_REMOTE_FILE_NOT_FOUND
CURLE_TFTP_PERM => CURLE_REMOTE_ACCESS_DENIED
+14.3 extend CURLOPT_SOCKOPTFUNCTION prototype
+
+ The current prototype only provides 'purpose' that tells what the
+ connection/socket is for, but not any protocol or similar. It makes it hard
+ for applications to differentiate on TCP vs UDP and even HTTP vs FTP and
+ similar.
+
15. Next major release
15.1 cleanup return codes