Re: Can byterange filter request only needed ranges from my module instead of discarding?

2017-02-26 Thread Basin Ilya
Instead of writing data in my handler can I create there a custom bucket, let the byterange filter split it properly and let the core filter call my custom read function? On 26.02.2017 15:23, Nick Kew wrote: > On Sun, 2017-02-26 at 15:02 +0300, Basin Ilya wrote: > >> However, it's

Can byterange filter request only needed ranges from my module instead of discarding?

2017-02-26 Thread Basin Ilya
Hi. I have a custom module that generates its output on the fly. (Consider a hypothetical "download.cgi" or "download.php", but it's a module, not script). I don't process the range headers myself. I just write the whole data using ap_rwrite(). If the client performs a ranged request, the