]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: libssh blocking and infinite loop problem
authorDaniel Stenberg <daniel@haxx.se>
Fri, 12 Aug 2022 22:25:31 +0000 (00:25 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Aug 2022 22:25:31 +0000 (00:25 +0200)
Closes #8632

docs/KNOWN_BUGS

index 9de1cacf4a85cac4ce04c356162fb92e1e5dbf57..c7f5d6fdf981f9cf3ac9d105dfa9b27cd05adf39 100644 (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