mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:23:31 +03:00
parent
2e770b33e8
commit
dd71f61ea2
53 changed files with 65 additions and 84 deletions
|
|
@ -1115,7 +1115,6 @@ static CURLcode ftp_state_use_port(struct Curl_easy *data,
|
|||
port++;
|
||||
}
|
||||
|
||||
|
||||
/* get the name again after the bind() so that we can extract the
|
||||
port number it uses now */
|
||||
sslen = sizeof(ss);
|
||||
|
|
@ -1976,7 +1975,6 @@ static CURLcode ftp_state_pasv_resp(struct Curl_easy *data,
|
|||
goto error;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* When this is used from the multi interface, this might've returned with
|
||||
* the 'connected' set to FALSE and thus we are now awaiting a non-blocking
|
||||
|
|
@ -2488,7 +2486,6 @@ static CURLcode ftp_state_get_resp(struct Curl_easy *data,
|
|||
|
||||
data->req.size = -1; /* default unknown size */
|
||||
|
||||
|
||||
/*
|
||||
* It appears that there are FTP-servers that return size 0 for files when
|
||||
* SIZE is used on the file while being in BINARY mode. To work around
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue