1
0
mirror of https://github.com/astaxie/beego.git synced 2025-09-10 14:10:33 +00:00

Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
Eyal Post
2017-04-30 18:59:50 +03:00
44 changed files with 496 additions and 256 deletions

View File

@@ -39,6 +39,7 @@ var (
getMethodOnly bool
)
// InitGzip init the gzipcompress
func InitGzip(minLength, compressLevel int, methods []string) {
if minLength >= 0 {
gzipMinLength = minLength