strange mod_deflate behaviour on binary output

2009-03-22 Thread Louis-David Mitterrand
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(200);

Re: strange mod_deflate behaviour on binary output

2009-03-22 Thread Philippe M. Chiasson
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 $file);