mirror of
https://github.com/versity/versitygw.git
synced 2026-07-22 07:52:41 +00:00
2f6b984b07
Upgrade Fiber to `v3.4.0`, which includes the middleware fix merged in [gofiber/fiber#4426](https://github.com/gofiber/fiber/pull/4426). Parser and server errors no longer fall through normal 404/405 route scanning during middleware traversal. Large request headers are therefore handled directly by `globalErrorHandler` without invoking it twice. Remove the now-unnecessary `installRequestHeaderLimitErrorHandler` workaround and update transitive dependencies.