1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-14 07:03:32 +00:00

comment update

This commit is contained in:
JessonChan 2016-03-17 19:52:09 +08:00
parent 35e34261ab
commit 57eace07a7

View File

@ -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