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:
parent
c36b00a166
commit
59db31902c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user