AFAIK it is not mandatory for clients/servers to support this. But
still, its a good feature, even though we (currently) dont recommend
to use Deft's static file handling in production (look at eg, nginx
instead).
wbr
Roger
Ps. Feel free to file an issue on github (and submit a patch if you
implemented this) regarding the Range http header support. Ds
This feature is mostly helpful in http streaming (apple/adobe/
microsoft). The requests come in as get request urls not as http
headers.
I have been successfully using this feature from netty.
George
On Jun 23, 1:38 am, Roger Schildmeijer <schildmei...@gmail.com> wrote:
> Hi George,
>
> Do you mean to have support for Range headers? ("HTTP 1.1 does have
> the ability to specify ranges in downloads by using the Range header",