urldata: fix comments: Curl_done() is called multi_done() now

... since 575e885db
This commit is contained in:
Daniel Stenberg 2020-05-28 10:12:05 +02:00
parent 697f984ec9
commit 155551c446
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 3 additions and 3 deletions

View file

@ -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.