Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] http2 client - question

Hi, 

I am experimenting with [1]. If I am not mistaken then frame.isEndStream() never happens for onHeaders event. Is it intentional? I thought I can obtain response data (as status etc.) in this moment. Sorry for newbie question.

Thanks

[1] https://github.com/eclipse/jetty.project/blob/jetty-9.4.1.v20170120/jetty-http2/http2-client/src/test/java/org/eclipse/jetty/http2/client/Client.java

-- 
Tomas Remes




Back to the top