Hi I am using Jetty with default configuration. Does some kind of "idle session" timeout exist in Jetty?
I ask because it happens that a request takes some time to be elaborated (even a minute or more) and I see that the connection is dropped. I don't understand "who" is dropping and suspected Jetty ...
s
s4nchez
12/18/2024, 7:41 PM
Are you referring to the jetty client or server? If you can put a simple example together reproducing your issue we can help troubleshoot it.
Our general approach is to count on underlying client/servers defaults, but I'm always curious how those play out in practice for different use cases.
n
Nicola
12/19/2024, 8:02 AM
I was referring to jetty server but, after some investigations, it seems that the "guilt" is a timeout at load balancer level ..
s
s4nchez
12/19/2024, 8:04 AM
Ah! That’d explain it. I’m glad you found the issue 🙂