]> granicus.if.org Git - curl/commitdiff
urldata: Fix comment in header
authorMichael Kaufmann <mail@michael-kaufmann.ch>
Thu, 25 Oct 2018 11:02:26 +0000 (13:02 +0200)
committerMichael Kaufmann <mail@michael-kaufmann.ch>
Thu, 25 Oct 2018 11:04:03 +0000 (13:04 +0200)
The "connecting" function is used by multiple protocols, not only FTP

lib/urldata.h

index 1ebe4fd4ff85d901b08d023684dfdd3a99ed2b03..11a6a22c616f605f13800a6fd838d6f805835258 100644 (file)
@@ -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);