You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a route fails the server returns No matching route or route failed
We should update to send
No matching route when the route evaluation failed to match Handler not defined when the handler is absent Handler execution failed when the handler throws an exception
We already send timeout message when the handler fails to write the response at all.
The text was updated successfully, but these errors were encountered:
Currently, when a route fails the server returns No matching route or route failed
We should update to send
No matching route when the route evaluation failed to match
Handler not defined when the handler is absent
Handler execution failed when the handler throws an exception
We already send timeout message when the handler fails to write the response at all.
The text was updated successfully, but these errors were encountered: