This project is archived and is in readonly mode.
send_file is broken in dev mode
Reported by Yehuda Katz (wycats) | March 26th, 2010 @ 10:26 PM | in 3.0.2
We now use Rack::Sendfile for sending files, which doesn't have support for streaming just the file in development mode.
Proposed solution: use a subclass of Rack::Sendfile which can take a header telling it not to set the X-Sendfile header and let the file pass through.
Comments and changes to this ticket
-
José Valim March 27th, 2010 @ 12:02 AM
- State changed from open to resolved
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to High
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>