Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Invalid Ping Frame Rate with Jetty 9.4.21 v20190926

hi,
I am not sure how many clients we had connected but probably more than 20.

Each client keeps a cometd long poll connection open that probably meant loads of http2 connections.

Yes reverting to the previous build fixed it.
If this becomes configurable how do I know what number to set it to in advance?

What will the configuration parameter be called?


thanks a lot,
Michele





On Fri, 18 Oct 2019 at 19:45, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi.

On Fri, Oct 18, 2019 at 3:32 PM Michele Rossi <michele.rossi@xxxxxxxxx> wrote:
>
> hi all,
> I recently upgraded my system to the latest Jetty build, 9.4.21.v20190926/, and since then we started seeing loads of error messages like the one reported below.

This addressed a potential security vulnerability with HTTP/2.
The clients are collectively sending more than 20 pings/s.
How many active connections do you have?
What clients are connected?

> I am now reverting to 9.4.20, will report to the mailing list if that fixes the issue.

I guess it will.
9.4.22 will have this parameter easily configurable in *.ini files.

--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-dev
--
Sent from Gmail Mobile

Back to the top