KNOWN_BUGS: libssh blocking and infinite loop problem

Closes #8632
This commit is contained in:
Daniel Stenberg 2022-08-13 00:25:31 +02:00
parent 633689a294
commit 46d1b95e69
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -99,6 +99,7 @@ problems may have been fixed or changed somewhat since this was written.
9.1 SFTP does not do CURLOPT_POSTQUOTE correct
9.2 wolfssh: publickey auth does not work
9.3 Remote recursive folder creation with SFTP
9.4 libssh blocking and infinite loop problem
10. SOCKS
10.3 FTPS over SOCKS
@ -798,6 +799,14 @@ problems may have been fixed or changed somewhat since this was written.
See https://github.com/curl/curl/issues/5204
9.4 libssh blocking and infinite loop problem
In the SSH_SFTP_INIT state for libssh, the ssh session working mode is set to
blocking mode. If the network is suddenly disconnected during sftp
transmission, curl will be stuck, even if curl is configured with a timeout.
https://github.com/curl/curl/issues/8632
10. SOCKS