mirror of
https://github.com/curl/curl.git
synced 2026-06-15 20:25:37 +03:00
multi: remove a stale comment
It tricks humans and AIs alike. Closes #21961
This commit is contained in:
parent
9d93d4abe1
commit
9cf6b70ad7
1 changed files with 0 additions and 2 deletions
|
|
@ -2193,8 +2193,6 @@ static CURLMcode multistate_do(struct Curl_easy *data,
|
|||
/* Perform the protocol's DO action */
|
||||
result = multi_do(data, &dophase_done);
|
||||
|
||||
/* When multi_do() returns failure, data->conn might be NULL! */
|
||||
|
||||
if(!result) {
|
||||
if(!dophase_done) {
|
||||
#ifndef CURL_DISABLE_FTP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue