Message129555
> It seems we have a failure on Leopard:
I think the issue is you request a 4096 transfer near the end of file, but there aren't that many bytes remaining. Apparently OS X then doesn't transfer anything and returns 0. Hint:
>>> 10485760. / 4096
2560.0
>>> 10486272. / 4096
2560.125 |
|
| Date |
User |
Action |
Args |
| 2011-02-26 14:28:13 | pitrou | set | recipients:
+ pitrou, loewis, georg.brandl, giampaolo.rodola, anacrolix, rosslagerwall |
| 2011-02-26 14:28:13 | pitrou | set | messageid: <[email protected]> |
| 2011-02-26 14:28:12 | pitrou | link | issue10882 messages |
| 2011-02-26 14:28:12 | pitrou | create | |
|