mirror of
https://github.com/versity/versitygw.git
synced 2026-07-30 12:02:59 +00:00
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.