Skip to content

Commit

Permalink
fix RVV-B0013
Browse files Browse the repository at this point in the history
  • Loading branch information
MindHunter86 committed Jul 14, 2024
1 parent 6494762 commit 0efcc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (m *Proxy) doRequest(c *fiber.Ctx, req *fasthttp.Request, rsp *fasthttp.Res
return
}

func (m *Proxy) bypassCache(c *fiber.Ctx) {
func (*Proxy) bypassCache(c *fiber.Ctx) {
key := c.Context().UserValue(utils.UVCacheKey).(*Key)
key.Reset()
}
Expand Down

0 comments on commit 0efcc8e

Please sign in to comment.