1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Removed a leftover mention of FTP in an error message

This commit is contained in:
Dan Fandrich 2010-10-28 15:47:57 -07:00
parent c36b00a166
commit 59db31902c

View File

@ -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