You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this library in a "cdn-like" scenario. Sometimes (not always and most of the time it works fine), files are not cached completely and only parts are served.
I never noticed this when using gin without the cache before, but of course the problem could've been missed before since a simple reload would fix it when the file is read again.
Gin shows the wrong file size in the log as well (even with the first failing response, not only the next - cached - responses).