Hi, On Thu, Jan 26, 2017 at 4:57 PM, Tomas Remes <[email protected]> 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. _______________________________________________ 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
