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
When an Error is thrown from user code, it is not caught by ErrorHandlers, so user error handlers for such an Error are ignored
This error would then be caught by connection handler, which returns an internal server error with Connection: keep-alive, but it immediately closes the connection (which is not great for the client)
The text was updated successfully, but these errors were encountered:
There are two problems:
Error
is thrown from user code, it is not caught byErrorHandlers
, so user error handlers for such anError
are ignoredConnection: keep-alive
, but it immediately closes the connection (which is not great for the client)The text was updated successfully, but these errors were encountered: