Hi I am using Jetty with default configuration. Do...
# http4k
n
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
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
I was referring to jetty server but, after some investigations, it seems that the "guilt" is a timeout at load balancer level ..
s
Ah! That’d explain it. I’m glad you found the issue 🙂
n
Yes me too 😄 thank you very much Ivan
s
You’re welcome! 🙏