There was an error while loading. Please reload this page.
1 parent dd04395 commit 2f8bb1dCopy full SHA for 2f8bb1d
1 file changed
gzip.go
@@ -81,7 +81,7 @@ type GzipResponseWriter struct {
81
82
code int // Saves the WriteHeader value.
83
84
- minSize int // Specifed the minimum response size to gzip. If the response length is bigger than this value, it is compressed.
+ minSize int // Specifies the minimum response size to gzip. If the response length is bigger than this value, it is compressed.
85
buf []byte // Holds the first part of the write before reaching the minSize or the end of the write.
86
ignore bool // If true, then we immediately passthru writes to the underlying ResponseWriter.
87
0 commit comments