Hi,
I noticed something interesting with mod_deflate when serving binary
content from a mason component:
<%init>
$m->clear_buffer();
$r->content_type("video/mp4");
$r->headers_out->add('Content-length' => -s $file);
$r->sendfile($file);
$m->abort(20
On 22/3/09 15:25, Louis-David Mitterrand wrote:
> Hi,
>
> I noticed something interesting with mod_deflate when serving binary
> content from a mason component:
>
> <%init>
> $m->clear_buffer();
> $r->content_type("video/mp4");
> $r->headers_out->add('Content-length' => -s