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 neologix
Recipients eric.araujo, giampaolo.rodola, neologix, pitrou, rosslagerwall
Date 2013-03-07.13:02:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM3=aA9gvq=usW3tAXnd7xF=s6eOZc+b1bW2KAHjPZkiqQ@mail.gmail.com>
In-reply-to <1362659313.59.0.843598552435.issue13564@psf.upfronthosting.co.za>
Content
> In the meantime I rewrote the original patch and got rid of the "use_sendfile" explicit argument in order to attempt to use sendfile() by default and fall back on using send() if bytes sent were 0.

"""
# block until socket is writable
select.select([], [sockno], [])
"""

I don't get it, why do you use select?
History
Date User Action Args
2013-03-07 13:02:54neologixsetrecipients: + neologix, pitrou, giampaolo.rodola, eric.araujo, rosslagerwall
2013-03-07 13:02:54neologixlinkissue13564 messages
2013-03-07 13:02:54neologixcreate