Message 183654 - Python tracker
Message183654
| Author | giampaolo.rodola |
|---|---|
| Recipients | eric.araujo, giampaolo.rodola, neologix, pitrou, rosslagerwall |
| Date | 2013-03-07.12:28:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1362659313.59.0.843598552435.issue13564@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It seems you're right, sorry. We need to take that into account then. 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. TSL_FTP related changes are still left out for now as I'm planning a little refactoring first. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-03-07 12:28:33 | giampaolo.rodola | set | recipients: + giampaolo.rodola, pitrou, eric.araujo, neologix, rosslagerwall |
| 2013-03-07 12:28:33 | giampaolo.rodola | set | messageid: <1362659313.59.0.843598552435.issue13564@psf.upfronthosting.co.za> |
| 2013-03-07 12:28:33 | giampaolo.rodola | link | issue13564 messages |
| 2013-03-07 12:28:32 | giampaolo.rodola | create | |