~netlandish/gobwebs#4: 
in server HTTPErrorHandler account for errors prior to context middleware

In rare occasions an error occurs before the first middleware is even executed, thus the echo.Context is not actually a server.Context, leading to an error in type assertion.

We need to check for success here and if fail, at least log the original error or even better handle it correctly for an email report. Or both!

Status
REPORTED
Submitter
~petersanchez
Assigned to
No-one
Submitted
4 months ago
Updated
4 months ago
Labels
No labels applied.