Ticket #727 (closed defect: fixed)
sendfile broken for files > 1MB
| Reported by: | mario | Owned by: | certainty |
|---|---|---|---|
| Priority: | critical | Milestone: | 4.9.0 |
| Component: | extensions | Version: | 4.7.x |
| Keywords: | sendfile | Cc: |
Description
Here's the error when using spiffy to serve a file generated with
dd if=/dev/zero of=foo.data bs=1024 count=1025
If the data file is generated with
dd if=/dev/zero of=foo.data bs=1024 count=1024
no error occurs.
Moritz has provided a patch: http://moritz.twoticketsplease.de/files/excellent-sendfile-fix.patch which fixes that.
Change History
Note: See
TracTickets for help on using
tickets.
