mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08: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