fix https://github.com/chrislusf/seaweedfs/issues/804
@ -38,8 +38,8 @@ func IsGzippable(ext, mtype string, data []byte) bool {
return true
case ".php", ".java", ".go", ".rb", ".c", ".cpp", ".h", ".hpp":
case ".png", ".jpg", ".jpeg", "":
case ".png", ".jpg", ".jpeg":
return false
}
// by mime type