search for: dirhand

Displaying 1 result from an estimated 1 matches for "dirhand".

Did you mean: dirhan
2006 Apr 11
0
Large file support (up and down) for Mongrel 0.13.3
I''ve just checked in changes to improve handling of massive posts and massive downloads. Generally speaking, Mongrel has been keeping everything in memory. (Unless you''re using DirHandler and have the sendfile gem in place.) Now, downloads should be pretty swift even without the sendfile gem. HttpResponse#send_file rips out the file streaming support from DirHandler and encapsulates it. This method doesn''t set any of the headers or anything, it just streams the file....