Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] jetty http2client errors

Hi,

On Mon, Oct 28, 2024 at 6:42 PM Prakash Nandihal via jetty-dev
<jetty-dev@xxxxxxxxxxx> wrote:
>
> Hi Team,
>
> We are using 9.4.53.v20231009 jetty Http2client version for posting http2 requests to endpoint, We are seeing a lot of below mentioned errors in our server.

Jetty 9.4 is at end of community support, see:
https://github.com/jetty/jetty.project/issues/7958

You should upgrade to Jetty 12 and verify whether the error persists.

Having said that:

> java.io.IOException: cancel_stream_error/stop

This indicates that you have stopped Jetty's HttpClient before all the
requests were processed.
Likely it is a problem in your application.

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


Back to the top