Closed Khubajsn closed 5 years ago
Exceptions caught in Router.Route(Object) do result in a SendResponse call, but with an invalid status code of 0, due to what looks like an accidental swap in the ternary if.
We fixed this in another branch, but thanks for the catch!
Exceptions caught in Router.Route(Object) do result in a SendResponse call, but with an invalid status code of 0, due to what looks like an accidental swap in the ternary if.