mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
Issue #3112 Add `Filter::recover` to the GET chain to handle rejections specifically as 404 NOT FOUND Making a request to `http://localhost:5052/not_real` now returns the following: ``` { "code": 404, "message": "NOT_FOUND", "stacktraces": [] } ``` Co-authored-by: Paul Hauner <paul@paulhauner.com>