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
The default service/resource fault handler has been designed to perform as little work as possible. This decision was made to reduce the likelihood of causing additional error conditions and mudding up the water. Users are free to set their own error handlers via Service::set_error_handler/Resource::set_error_handler if they do not agree with this decision.
We don't check for 'Connection: keep-alive' before calling close on 404, 501, and 500 error logic.
The text was updated successfully, but these errors were encountered: