mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
urldata: Fix comment in header
The "connecting" function is used by multiple protocols, not only FTP
This commit is contained in:
parent
d48e6b7f95
commit
daabc91581
@ -649,7 +649,7 @@ struct Curl_handler {
|
||||
*/
|
||||
CURLcode (*connect_it)(struct connectdata *, bool *done);
|
||||
|
||||
/* See above. Currently only used for FTP. */
|
||||
/* See above. */
|
||||
CURLcode (*connecting)(struct connectdata *, bool *done);
|
||||
CURLcode (*doing)(struct connectdata *, bool *done);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user