aboutsummaryrefslogtreecommitdiff
path: root/go/storage/needle.go
diff options
context:
space:
mode:
authortnextday <fw2k4@163.com>2015-12-01 20:53:44 +0800
committertnextday <fw2k4@163.com>2015-12-01 20:53:44 +0800
commitde5e07ce3ec9e8b7d56fcb10b287884a8f4dbcb5 (patch)
tree1c7146b993ff7cb56fd3d9bd4ffc87279a0b0a11 /go/storage/needle.go
parent6b0894d80635047479548bb19029300a596b4d55 (diff)
downloadseaweedfs-de5e07ce3ec9e8b7d56fcb10b287884a8f4dbcb5.tar.xz
seaweedfs-de5e07ce3ec9e8b7d56fcb10b287884a8f4dbcb5.zip
rename FlagChunkedFile to FlagChunkManifest
Diffstat (limited to 'go/storage/needle.go')
-rw-r--r--go/storage/needle.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/storage/needle.go b/go/storage/needle.go
index c09ad061a..c45951feb 100644
--- a/go/storage/needle.go
+++ b/go/storage/needle.go
@@ -162,7 +162,7 @@ func NewNeedle(r *http.Request, fixJpgOrientation bool) (n *Needle, e error) {
}
if isChunkedFile {
- n.SetChunkedFile()
+ n.SetChunkManifest()
}
if fixJpgOrientation {