Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Range in Http/2

Hi,

On Sun, Sep 27, 2015 at 6:07 AM, Muhui Jiang <jiangmuhui@xxxxxxxxx> wrote:
> Hi
>
> I don't know whether Jetty support sending Range field in Http/2 Header(Or
> Http/2 doesn't support range in fact). I tried
>
> requestFields.put("RANGE","xxx");

Range requests are implemented in DefaultServlet.

You have to setup your server with DefaultServlet and then ranges
should be served properly.
If that is not the case, then it's a bug.

What is your server setup ?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top