Closed hakai closed 1 year ago
(Python 3.11.4, pyftpdlib 1.5.8) TLS_FTPHandler(SSLConnection, FTPHandler) did not implement the close() method, so only the first parent's close() is called. Not calling close() on FTPHandler leads to infinite loop and 100% CPU usage though.
This looks like a critical fix. Thanks.
(Python 3.11.4, pyftpdlib 1.5.8) TLS_FTPHandler(SSLConnection, FTPHandler) did not implement the close() method, so only the first parent's close() is called. Not calling close() on FTPHandler leads to infinite loop and 100% CPU usage though.