mp2 / Apache byterange filter

2009-06-18 Thread Adriano Caloiaro
Hello, Could someone point me in the correct direction to support byte range responses in mod_perl2? From what I've read, Apache should understand that it needs to apply the byterange filter whenever $r->sendfile is used on a large file and the Range: header is present in the incoming request. Ho

Re: mp2 / Apache byterange filter

2009-06-24 Thread Adriano Caloiaro
le('/var/www/perl/tmpfiles/mygcx/flvplayernew17.flv'); return Apache2::Const::OK; } Can anyone point me in the right direction here? Thanks. On Thu, Jun 18, 2009 at 10:56 AM, Jeff Trawick wrote: > On Thu, Jun 18, 2009 at 10:22 AM, Adriano Caloiaro wrote: > >> Hello, >> &

[mp2] sendfile() bug report with Apache-Test test attached

2009-06-25 Thread Adriano Caloiaro
Hello, >From what I've read, Apache should understand that it needs to apply the byterange filter whenever $r->sendfile is called and the Range: header is present in the incoming request. However what I'm seeing is that the entire file is returned for each byte range requested by the client. Acc