Hi,

On Sun, Sep 27, 2015 at 6:07 AM, Muhui Jiang <[email protected]> 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.
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to