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

@@ -222,7 +222,7 @@ func (vs *VolumeServer) GetOrHeadHandler(w http.ResponseWriter, r *http.Request)
}
func (vs *VolumeServer) tryHandleChunkedFile(n *storage.Needle, fileName string, w http.ResponseWriter, r *http.Request) (processed bool) {
if !n.IsChunkedFile() {
if !n.IsChunkedManifest() {
return false
}
processed = true