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 3a4c475 commit 28e7382Copy full SHA for 28e7382
middleware/gzip.go
@@ -70,7 +70,6 @@ func Gzip(next http.HandlerFunc) http.HandlerFunc {
70
w = gz
71
defer func() {
72
73
- // fmt.Println(gz.sniffComplete)
74
if !gz.sniffComplete {
75
// We have to reset response to it's pristine state when
76
// nothing is written to body.
@@ -124,7 +123,6 @@ func GzipLevel(level int) pure.Middleware {
124
123
125
126
127
128
129
130
0 commit comments