Add range requests support in ResourceWebHandler

This commit handles range requests in `ResourceWebHandler`, using the
`ResourceHttpMessageWriter` configured within the handler.

This `WebHandler` will add a `HTTP_RANGE_REQUEST_HINT` writer hint
containing all the HTTP Range information of the request.

Issue: SPR-14664
This commit is contained in:
Brian Clozel
2016-09-12 15:25:47 +02:00
parent a7a9e36ca0
commit 3596e72050
3 changed files with 37 additions and 27 deletions