Skip to main content

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

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");

No matter what the xxx is.  The response is below:

HeadersFrame@cfff9c3#1{end=false}img/clink/clinklittle128.png

DataFrame@4bd1cc7#1{length:31,end=true}img/clink/clinklittle128.png

HeadersFrame@746a373e#3{end=false}js/preloadjs.min.js

HeadersFrame@55ed73c1#5{end=false}index.html

HeadersFrame@262fb95e#7{end=false}css/infocard.css

DataFrame@4a18c278#3{length:31,end=true}js/preloadjs.min.js

DataFrame@6f6edfc2#5{length:31,end=true}index.html

DataFrame@51a3ca95#7{length:31,end=true}css/infocard.css


I cannot get the whole data. But if I remove that line. Everything goes well. Do you think the flowcontrol in http/2 has the same function as the range in http/1.1


Best Regards

Muhui Jiang


Back to the top