Author haypo
Recipients ajaksu2, chris.mahan, giampaolo.rodola, haypo
Date 2009-01-05.23:04:07
SpamBayes Score 0.000257673
Marked as misclassified No
Message-id <1231196648.64.0.444112987169.issue4791@psf.upfronthosting.co.za>
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:08hayposetrecipients: + haypo, giampaolo.rodola, ajaksu2, chris.mahan
2009-01-05 23:04:08hayposetmessageid: <1231196648.64.0.444112987169.issue4791@psf.upfronthosting.co.za>
2009-01-05 23:04:08haypolinkissue4791 messages
2009-01-05 23:04:07haypocreate