Message183655
> 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? |
|
Date |
User |
Action |
Args |
2013-03-07 13:02:54 | neologix | set | recipients:
+ neologix, pitrou, giampaolo.rodola, eric.araujo, rosslagerwall |
2013-03-07 13:02:54 | neologix | link | issue13564 messages |
2013-03-07 13:02:54 | neologix | create | |
|