mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:17:30 +03:00
parent
b9e3ea4edb
commit
c294d0abc5
1 changed files with 1 additions and 1 deletions
|
|
@ -3073,7 +3073,7 @@ static CURLcode ssh_statemachine(struct Curl_easy *data,
|
|||
break;
|
||||
}
|
||||
|
||||
} while(!result && (sshc->state != SSH_STOP));
|
||||
} while(!result && (sshc->state != SSH_STOP) && !*block);
|
||||
|
||||
if(result == CURLE_AGAIN) {
|
||||
/* we would block, we need to wait for the socket to be ready (in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue