Allow for streaming of files in webdav_get
Reported by Stuart Eccles | May 5th, 2007 @ 04:02 PM
Currently webdav_get uses send_data to pipe back the data it gets from the resource object. This is inefficient for large files and is why it is overidden in act_as_filewebdav
Comments and changes to this ticket
-

Stuart Eccles May 5th, 2007 @ 04:03 PM
- → State changed from open to resolved
Implemented.
If the object returned from resource.data is kind_of? File object then the file will be streamed instead.
The overriding method for webdav_get in act_as_filewebdav is now gone.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
People watching this ticket
- Nobody is watching this ticket.