We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4caeb8 commit 576dfebCopy full SHA for 576dfeb
middleware/compress.go
@@ -53,6 +53,7 @@ func GzipFromConfig(config GzipConfig) echo.MiddlewareFunc {
53
defer func() {
54
w.Close()
55
pool.Put(w)
56
+ w.Close()
57
}()
58
g := gzipResponseWriter{Response: c.Response(), Writer: w}
59
c.Response().Header().Set(echo.ContentEncoding, scheme)
0 commit comments