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 giampaolo.rodola
Recipients giampaolo.rodola, vstinner
Date 2009-01-08.01:53:47
SpamBayes Score 0.013904925
Marked as misclassified No
Message-id <1231379629.44.0.768441658284.issue4814@psf.upfronthosting.co.za>
In-reply-to
Content
I'm sorry, I realized right now that settimeout() should be used also
*before* invoking accept(), to avoid the client to stall in case the
server does not establish any connection.
The second patch in attachment does that by using settimeout() straight
into FTP.makeport() method.
History
Date User Action Args
2009-01-08 01:53:49giampaolo.rodolasetrecipients: + giampaolo.rodola, vstinner
2009-01-08 01:53:49giampaolo.rodolasetmessageid: <1231379629.44.0.768441658284.issue4814@psf.upfronthosting.co.za>
2009-01-08 01:53:48giampaolo.rodolalinkissue4814 messages
2009-01-08 01:53:48giampaolo.rodolacreate