mirror of
https://github.com/curl/curl.git
synced 2026-07-16 03:47:15 +03:00
libssh: tell it to use SFTP non-blocking
Reported-by: Andreas Huebner Fixes #11020 Closes #11039
This commit is contained in:
parent
de4b0164f2
commit
ff67da58c4
1 changed files with 1 additions and 1 deletions
|
|
@ -1597,7 +1597,7 @@ static CURLcode myssh_statemach_act(struct Curl_easy *data, bool *block)
|
|||
MOVE_TO_SFTP_CLOSE_STATE();
|
||||
break;
|
||||
}
|
||||
|
||||
sftp_file_set_nonblocking(sshc->sftp_file);
|
||||
state(data, SSH_SFTP_DOWNLOAD_STAT);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue