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-20 21:50:07 +08:00
2015-04-18 02:26:27 +08:00
2015-04-16 19:18:06 +00:00
2015-04-16 19:18:06 +00:00
2015-04-16 19:18:06 +00:00
2015-04-16 13:27:13 -07:00
2015-04-19 19:07:06 +08:00
2015-04-16 19:18:06 +00:00
2015-04-16 19:18:06 +00:00
2015-05-03 12:37:49 -07:00
2015-05-03 12:37:49 -07:00
2015-05-03 12:37:49 -07:00
2015-04-16 19:18:06 +00:00
2015-01-13 18:46:56 +08:00
2015-05-16 18:55:58 +08:00
2015-04-16 19:18:06 +00:00
2015-04-16 19:18:06 +00:00
2015-04-16 19:18:06 +00:00
2015-04-16 19:18:06 +00:00
2015-05-14 21:46:59 -07:00