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, kulikjak
Date 2019-04-12.15:30:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555083031.51.0.366449823715.issue36610@roundup.psfhosted.org>
In-reply-to
Content
Can you paste the traceback or are you able to reproduce the bug via a script? sendfile implementation is supposed to giveup if no data was sent on first call, so I suppose this happen later? If for any reason it turns out sendfile() is broken on Solaris or behave differently than on Linux I think I prefer to be safe than sorry and support it on Linux only.
History
Date User Action Args
2019-04-12 15:30:31giampaolo.rodolasetrecipients: + giampaolo.rodola, kulikjak
2019-04-12 15:30:31giampaolo.rodolasetmessageid: <1555083031.51.0.366449823715.issue36610@roundup.psfhosted.org>
2019-04-12 15:30:31giampaolo.rodolalinkissue36610 messages
2019-04-12 15:30:31giampaolo.rodolacreate