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 benjamin.peterson
Recipients benjamin.peterson
Date 2011-12-08.20:47:25
SpamBayes Score 0.11603125
Marked as misclassified No
Message-id <1323377245.96.0.509517020675.issue13559@psf.upfronthosting.co.za>
In-reply-to
Content
HTTPConnection.send() should use os.sendfile when possible to avoid copying data into userspace and back.
History
Date User Action Args
2011-12-08 20:47:26benjamin.petersonsetrecipients: + benjamin.peterson
2011-12-08 20:47:25benjamin.petersonsetmessageid: <1323377245.96.0.509517020675.issue13559@psf.upfronthosting.co.za>
2011-12-08 20:47:25benjamin.petersonlinkissue13559 messages
2011-12-08 20:47:25benjamin.petersoncreate