mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 08:20:39 +00:00
comment update
This commit is contained in:
@ -30,7 +30,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
//Content will only be compressed if content length is either unknown or greater than minGzipSize.
|
||||
//Content will only be compressed if content length is either unknown or greater than gzipMinLength.
|
||||
gzipMinLength int
|
||||
//Default size==20B like nginx
|
||||
defaultGzipMinLength = 20
|
||||
|
Reference in New Issue
Block a user