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
Edit: According to jnthn this is only the case with exceptions in the request parser
<jnthn> The router makes sure no exceptions leak from application land in such a way (e.g. they become a 500), but if the request parser is unhappy then the router never gets to see it
The text was updated successfully, but these errors were encountered:
Uncaught exceptions seem to cause a connection reset, instead of generating an error response.
Instead, all exceptions without specific error handling code should result in a generic 500 Internal Server Error response.
See #99 for an example.
Edit: According to jnthn this is only the case with exceptions in the request parser
The text was updated successfully, but these errors were encountered: