Files
seaweedfs/go
yanyiwu 96b73e3e94 if mt != "application/octet-stream"
became
if !strings.HasPrefix(mt, "application/octet-stream")

In our situation,
    mt can be 'application/octet-stream;charset=ISO-8859-1',
    so I think HasPrefix will be more accurate.
2015-05-16 18:55:58 +08:00
..
2015-04-13 23:39:11 -07:00
2015-05-03 12:37:49 -07:00
2015-05-16 18:55:58 +08:00