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 if you exceed the server timeout it's handled at a lower level than the normal error handling and it returns a static string with 503 status always.
At some level this isn't a huge problem because timeout happening is avoidable by using the client timeouts and solving bugs that might lead to a hang. But to have the expected error handling we should honor the error settings here like everything else. This might require implementing a custom timeout handler instead of using the std lib version
The text was updated successfully, but these errors were encountered:
Currently if you exceed the server timeout it's handled at a lower level than the normal error handling and it returns a static string with 503 status always.
At some level this isn't a huge problem because timeout happening is avoidable by using the client timeouts and solving bugs that might lead to a hang. But to have the expected error handling we should honor the error settings here like everything else. This might require implementing a custom timeout handler instead of using the std lib version
The text was updated successfully, but these errors were encountered: