1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-13 13:05:03 -05: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) { else if(gotbytes <= 0) {
keepon = FALSE; keepon = FALSE;
result = CURLE_RECV_ERROR; result = CURLE_RECV_ERROR;
failf(data, "FTP response reading failed"); failf(data, "response reading failed");
} }
else { else {
/* we got a whole chunk of data, which can be anything from one /* we got a whole chunk of data, which can be anything from one