-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Panic in Timeout middleware is causing application to exit #1794
Closed
maciej-jezierski opened this issue
Mar 1, 2021
· 0 comments
· Fixed by #1795 or open-telemetry/opentelemetry-go-contrib#617 · May be fixed by evantorrie/opentelemetry-go-contrib#648
Closed
Panic in Timeout middleware is causing application to exit #1794
maciej-jezierski opened this issue
Mar 1, 2021
· 0 comments
· Fixed by #1795 or open-telemetry/opentelemetry-go-contrib#617 · May be fixed by evantorrie/opentelemetry-go-contrib#648
Labels
Milestone
Comments
aldas
added a commit
to aldas/echo
that referenced
this issue
Mar 1, 2021
… cause application to crash
aldas
changed the title
Timeout middleware is causing application to exit
Panic in Timeout middleware is causing application to exit
Mar 1, 2021
This was referenced Mar 8, 2021
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I enable recently timeout middleware: https://echo.labstack.com/middleware/timeout for my testing server. I've noticed once it triggered application is going down.
Configuration
Version 4.2.0
Stacktrace
Expected behavior
The server will continue to work after a timeout on the request
Actual behavior
Server is going down
The text was updated successfully, but these errors were encountered: