Closed jippi closed 8 months ago
If a Filter applies, the response is replaced with a 200 OK instead of the actual response.
Filter
200 OK
This change ensures the original err is returned when logging is being filtered, which will not affect the response body or response code.
err
Observed with
github.com/gofiber/fiber/v2 v2.50.0
Thanks for the fix. Let's merge.
If a
Filter
applies, the response is replaced with a200 OK
instead of the actual response.This change ensures the original
err
is returned when logging is being filtered, which will not affect the response body or response code.Observed with