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