-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conflict with gin cache #5
Comments
@acegishniz can you post your example code? |
@easonlin404
change this slice code:
to this:
|
fntlnz
added a commit
to seqeralabs/staticreg
that referenced
this issue
Jul 24, 2024
it has a conflict with the gin cache middleware see: gin-contrib/gzip#5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a problem when using gin cache.
The first request serves correctly, but second request that was cached in gin cache middleware returns response with length 0
The text was updated successfully, but these errors were encountered: