aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-28 10:12:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-28 10:13:39 +0200
commit155551c4465485dc4e754b0056f57cffcd925a94 (patch)
tree9d115c4e76aa3f75e1294c79973c6e1bc852d4d0 /docs
parent697f984ec97cb7217490b937fc8c280eb7d753fa (diff)
urldata: fix comments: Curl_done() is called multi_done() now
... since 575e885db
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index cdae462af..1cf2d7efa 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -435,7 +435,7 @@
- GSSAPI authentication for FTP transfers
- The "DONE" operation (post transfer protocol-specific actions) for the
- protocols SFTP, SMTP, FTP. Fixing Curl_done() for this is a worthy task.
+ protocols SFTP, SMTP, FTP. Fixing multi_done() for this is a worthy task.
- curl_multi_remove_handle for any of the above. See section 2.3.