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
Date 2011-12-09.06:56:05
SpamBayes Score 9.4687556e-07
Marked as misclassified No
Message-id <1323413767.49.0.378147798214.issue13564@psf.upfronthosting.co.za>
In-reply-to
Content
In attachment.
This is actually just an excuse to store the patch somewhere and possibly collect opinions as I don't really think this should go in because:

- it's UNIX only
- as such, deciding whether using sendfile() should probably be done silently (no explicit argument)
- on the other hand, I don't think it's safe to decide this automatically because:
    - the input fd should be a regular file and it's not clear how to determine this beforehand 
    - in case of disconnection OSError is raised instead of socket.error (minor backward compatibility issue)
History
Date User Action Args
2011-12-09 06:56:07giampaolo.rodolasetrecipients: + giampaolo.rodola
2011-12-09 06:56:07giampaolo.rodolasetmessageid: <1323413767.49.0.378147798214.issue13564@psf.upfronthosting.co.za>
2011-12-09 06:56:06giampaolo.rodolalinkissue13564 messages
2011-12-09 06:56:06giampaolo.rodolacreate