mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
ftp: remove misleading comments
They indicated that sockets would not be closed but they are. Reported-by: Joshua Rogers Closes #18871
This commit is contained in:
parent
6ef4871f5d
commit
2b0e7cb7c6
1 changed files with 0 additions and 1 deletions
|
|
@ -2418,7 +2418,6 @@ static CURLcode ftp_state_stor_resp(struct Curl_easy *data,
|
|||
if(ftpcode >= 400) {
|
||||
failf(data, "Failed FTP upload: %0d", ftpcode);
|
||||
ftp_state(data, ftpc, FTP_STOP);
|
||||
/* oops, we never close the sockets! */
|
||||
return CURLE_UPLOAD_FAILED;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue