Juan Calderon-Perez
Juan Calderon-Perez
@luk3skyw4lker There's a issue somewhere in the implementation. The tests fail/pass based on timing
@luk3skyw4lker I think callig driver.Context is sharing context between tests. I've seen this happen with Prometheus too.
@dependabot recreate
@kirankumar-grootan Just submitted a PR to add support for skipping paths natively on this middleware.
Fixed by FastHTTP via: https://github.com/valyala/fasthttp/commit/105eb3bcd9b2faf835b17dda8266a1e661539722 Fixed in Fiber via: https://github.com/gofiber/fiber/pull/3010 Related: https://github.com/valyala/fasthttp/issues/1770 @rabarar While this is fixed, the fix only applies to Fiber v3, the latest releases from fasthttp are...
@nexovec Why do you need to call another handler just to set a boolean? Move that logic to a separate function and call that function from both handlers.
@nexovec Yes, it's clear @ReneWerner87 Is this even possible? User is using v3 already.
@nyufeng Your fixes will be released in the next v2 release. Fixed via #2984
@ReneWerner87 Could we incorporate the above in the framework?
V3 Docs until released: https://github.com/gofiber/fiber/blob/main/docs/api/bind.md#body