mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:21:41 +03:00
Removed a leftover mention of FTP in an error message
This commit is contained in:
parent
c36b00a166
commit
59db31902c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue