Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] EventSourceServlet timing out

On Wed, Apr 8, 2026 at 3:17 AM Lachlan Roberts <lachlan@xxxxxxxxxxx> wrote:
Hi,

This is not the AsyncContext idle timeout firing but the connection idle timeout.

So I would review your configuration when configuring the server, somewhere the idleTimeout is being configured to 5000ms.
Most likely on the ServerConnector or HttpConfiguration.

You're absolutely right. So, does this mean that I just need to either disable the timeout, or set it higher than the heartbeat?

Back to the top