mirror of
https://github.com/labstack/echo.git
synced 2025-06-19 00:27:34 +02:00
@ -28,7 +28,7 @@ type (
|
||||
var (
|
||||
// DefaultGzipConfig is the default gzip middleware config.
|
||||
DefaultGzipConfig = GzipConfig{
|
||||
Level: gzip.DefaultCompression,
|
||||
Level: -1,
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user