mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 12:50:55 +00:00
comment update
This commit is contained in:
parent
35e34261ab
commit
57eace07a7
@ -30,7 +30,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
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
|
gzipMinLength int
|
||||||
//Default size==20B like nginx
|
//Default size==20B like nginx
|
||||||
defaultGzipMinLength = 20
|
defaultGzipMinLength = 20
|
||||||
|
Loading…
Reference in New Issue
Block a user