Commit daabc915 authored by Michael Kaufmann's avatar Michael Kaufmann
Browse files

urldata: Fix comment in header

The "connecting" function is used by multiple protocols, not only FTP
parent d48e6b7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);