commit | a5c4b5515f5af878923d67752d282f8cc8f072e7 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Apr 22 23:33:02 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Apr 22 23:33:02 2010 +0000 |
tree | 102100a0ebab5a104c04adee17f9b0eff6286b2f | |
parent | e11d85c7175eae602492dddff51efc68222a3af6 [diff] |
Issue #8108: Fix the unwrap() method of SSL objects when the socket has a non-infinite timeout. Also make that method friendlier with applications wanting to continue using the socket in clear-text mode, by disabling OpenSSL's internal readahead. Thanks to Darryl Miles for guidance. Issue #8108: test_ftplib's non-blocking SSL server now has proper handling of SSL shutdowns.