Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] http2 client - push promise question

Hi,

On Thu, Jan 26, 2017 at 4:57 PM, Tomas Remes <tremes@xxxxxxxxxx> wrote:
>
>
> Thank you very much for prompt response. I was reffering to [1] when the state is PADDING.
> [1] https://github.com/eclipse/jetty.project/blob/jetty-9.4.x/jetty-http2/http2-common/src/main/java/org/eclipse/jetty/http2/parser/PushPromiseBodyParser.java#L143

FTR, the code is correct. It does not reset the stream, it resets the
state of the PushPromiseBodyParser, making it ready to parse another
frame.

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


Back to the top