This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ajaksu2, chris.mahan, giampaolo.rodola, vstinner
Date 2009-01-05.23:04:07
SpamBayes Score 0.0002576731
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Patch: SocketIO.close() decrements the io reference of its socket, so 
socket.close() will really close the socket.

About the FTP server ftp2.edgecastcdn.net, it looks like the server 
doesn't write "226 Transfert completed" until the data socket is 
really closed. The server says that it's running EdgeFTPD 1.1. nmap 
says that the ftp server is ProFTPD 1.2.10 running on Linux 2.6.
History
Date User Action Args
2009-01-05 23:04:08vstinnersetrecipients: + vstinner, giampaolo.rodola, ajaksu2, chris.mahan
2009-01-05 23:04:08vstinnersetmessageid: <[email protected]>
2009-01-05 23:04:08vstinnerlinkissue4791 messages
2009-01-05 23:04:07vstinnercreate