Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use readfile() for serving protected uploads
I suspect that one performance problem we have stems from loading binary files into memory, and then using `echo()` to send them to the client. This switches off output buffering and uses `readfile()`.
- Loading branch information