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-18 Thread Jeff Trawick
On Thu, Jun 18, 2009 at 10:22 AM, Adriano Caloiaro wrote: > 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 > l

Re: mp2 / Apache byterange filter

2009-06-24 Thread Adriano Caloiaro
Hello mod_perlers, According to the code supplied by Jeff, It appears that the only way the byte range filter can be bypassed is when the content length is <= 0 or the EOS is not in the brigade. I know that my content length is not zero, as it specifically set in my test code. Is there a way to