Message183755
A much larger patch which should address all issues is in attachment.
Updates:
- use poll() instead of select() whenever possible
- take socket timeout into account
- take SSL/FTPS into account
- when using select() look for EMFILE in case num fds > FD_SETSIZE
- look for (AttributeError, io.UnsupportedOperation) when invoking file.fileno() instead of Exception, which seemed too general |
|
Date |
User |
Action |
Args |
2013-03-08 19:22:35 | giampaolo.rodola | set | recipients:
+ giampaolo.rodola, pitrou, eric.araujo, rosslagerwall |
2013-03-08 19:22:34 | giampaolo.rodola | set | messageid: <1362770554.85.0.664166760212.issue13564@psf.upfronthosting.co.za> |
2013-03-08 19:22:34 | giampaolo.rodola | link | issue13564 messages |
2013-03-08 19:22:34 | giampaolo.rodola | create | |
|