Commit 59db3190 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Removed a leftover mention of FTP in an error message

parent c36b00a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ CURLcode Curl_pp_readresp(curl_socket_t sockfd,
    else if(gotbytes <= 0) {
      keepon = FALSE;
      result = CURLE_RECV_ERROR;
      failf(data, "FTP response reading failed");
      failf(data, "response reading failed");
    }
    else {
      /* we got a whole chunk of data, which can be anything from one