samber / slog-fiber

🚨 Fiber middleware for slog logger
https://pkg.go.dev/github.com/samber/slog-fiber
MIT License
53 stars 9 forks source link

fix: Prevent trigger of ErrorHandler #5

Closed sandrolain closed 1 year ago

sandrolain commented 1 year ago

I added the generation of a copy of the error for internal use in the middleware, to prevent its propagation towards the ErrorHandler. Propagation causes rehandling of the error.