Closed
Description
Originally found in #784.
If we encounter an error in impl Handler for CratesfyiHandler
, we always return the first error even if it was a 404, ignoring all future errors. This hides panics/errors and makes things very hard to debug (I have a suspicion #800 is because of an internal error being hidden by this bug).
Relevant code:
Line 140 in 9bd032f
Metadata
Metadata
Assignees
Labels
No labels