mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 05:25:58 +00:00
CI: minor: use the new exclude-paths (dependabot PR approved some days ago)
This commit is contained in:
@@ -170,7 +170,7 @@ func NewCompressReader(src io.Reader, encoding string) (*CompressReader, error)
|
||||
}, nil
|
||||
}
|
||||
|
||||
var compressWritersPool = sync.Pool{New: func() interface{} { return &CompressResponseWriter{} }}
|
||||
var compressWritersPool = sync.Pool{New: func() any { return &CompressResponseWriter{} }}
|
||||
|
||||
// AddCompressHeaders just adds the headers "Vary" to "Accept-Encoding"
|
||||
// and "Content-Encoding" to the given encoding.
|
||||
|
||||
Reference in New Issue
Block a user