mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-12 23:10:22 +01:00

* Fix in close and open close(): fix possible throw on broken socket that could lead in CLOSE_WAIT leak (especially under linux OS) open(): fix open function to deal with control socket created from outside and login without user * Fix FTPSClientSession ctor * fix: check if controlsocket is valid * removed read server reply with no username If we read server reply with no username, we can end up with a throw (if server reply is negative) and the testLoginFailed1 fail