rename FlagChunkedFile to FlagChunkManifest

This commit is contained in:
tnextday
2015-12-01 20:53:44 +08:00
parent 6b0894d806
commit de5e07ce3e
3 changed files with 7 additions and 7 deletions

View File

@@ -162,7 +162,7 @@ func NewNeedle(r *http.Request, fixJpgOrientation bool) (n *Needle, e error) {
}
if isChunkedFile {
n.SetChunkedFile()
n.SetChunkManifest()
}
if fixJpgOrientation {