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
@JaTochNietDan The symptom you're describing typically happens when there's an error in a handler/middleware outside of gzip's control. I'll double check this to ensure it's still correct as soon as I can.
I wasn't having the PANIC error that @JaTochNietDan was having, but I am getting gzipped files downloading as well. It's only happening when I a) use gzip, and b) return a status code.
// If I comment this out or remove it, it works perfectly.m.Use(gzip.All())
So when using this it constantly results in my browser downloading a gzipped file. I also get a panic from Martini saying the following:
My code is as follows:
The text was updated successfully, but these errors were encountered: