in reply to Re: Write a Filehandle w/Dancer2
in thread Write a Filehandle w/Dancer2
Hi, I just saw that to in Dancer2::Core::App
There's also nowhere in the code that actually handles the callback.
Sure there is, send_file creates a Dancer2::Handler::File , which does that
Regarding streaming the https://metacpan.org/pod/Dancer2::Manual#send_file says Send file supports streaming possibility using PSGI streaming. The server should support it but normal streaming is supported on most, if not all.
So , give it real pathname (not a scalar reference), and try override
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Write a Filehandle w/Dancer2
by hardburn (Abbot) on Aug 14, 2014 at 02:47 UTC | |
by Anonymous Monk on Aug 14, 2014 at 07:12 UTC |