-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clearer semantics for idleTimeout on server #675
Comments
As far as i know timeout for idle connection in Play Framework is something around 2 minutes. Maybe change of the default value will be sufficient. |
I have seen a bunch of when using ondorAppServer 2018-11-14 23:27:39 ERROR [stargazer-service-system-akka.actor.default-dispatcher-8] [akka.actor.ActorSystemImpl(stargazer-service-system)] [Slf4jLogger.scala:69] - Error during processing
of request: 'This stage 'IdleTimeoutStage' isn't connected!'. Completing with 500 Internal Server Error response. To change default exception handling behavior, provide a custom ExceptionHandler. gondorAppServer java.lang.Exception: This stage 'IdleTimeoutStage' isn't connected!
gondorAppServer at org.http4s.blaze.pipeline.Tail._stageDisconnected(Stages.scala:218)
gondorAppServer at org.http4s.blaze.pipeline.Tail.channelRead(Stages.scala:90) gondorAppServer at org.http4s.blaze.pipeline.Tail.channelRead$(Stages.scala:85)
gondorAppServer at org.http4s.blazecore.IdleTimeoutStage.channelRead(IdleTimeoutStage.scala:12) gondorAppServer at org.http4s.blazecore.IdleTimeoutStage.readRequest(IdleTimeoutStage.scala:35)
gondorAppServer at org.http4s.blaze.pipeline.Tail.channelRead(Stages.scala:88) gondorAppServer at org.http4s.blaze.pipeline.Tail.channelRead$(Stages.scala:85)
gondorAppServer at org.http4s.blazecore.ResponseHeaderTimeoutStage.channelRead(ResponseHeaderTimeoutStage.scala:13)
gondorAppServer at org.http4s.blazecore.ResponseHeaderTimeoutStage.readRequest(ResponseHeaderTimeoutStage.scala:35) and the request actually fails with |
No, this was reported on Gitter as well. This looks like a regression in M3. |
Yeah, I'm seeing it too in M3 |
This ticket is about the server. Please open this as a separate bug to track. |
What should an idle timeout on the server do?
Discuss.
The text was updated successfully, but these errors were encountered: