KNOWN_BUGS: FTPS directory listing hangs on Windows with Schannel

Closes #9161
This commit is contained in:
Daniel Stenberg 2022-08-13 00:32:12 +02:00
parent 5554e45405
commit 440fb67755
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -91,6 +91,7 @@ problems may have been fixed or changed somewhat since this was written.
7.9 Passive transfer tries only one IP address
7.10 FTPS needs session reuse
7.11 FTPS upload data loss with TLS 1.3
7.12 FTPS directory listing hangs on Windows with Schannel
8. TELNET
8.1 TELNET and time limitations do not work
@ -765,6 +766,10 @@ problems may have been fixed or changed somewhat since this was written.
https://github.com/curl/curl/issues/6149
7.12 FTPS directory listing hangs on Windows with Schannel
https://github.com/curl/curl/issues/9161
8. TELNET
8.1 TELNET and time limitations do not work