mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-29 05:49:03 +08:00
minor
This commit is contained in:
parent
e5fc35ed0c
commit
e9760f261e
@ -62,7 +62,8 @@ func (fs *FilerServer) autoChunk(ctx context.Context, w http.ResponseWriter, r *
|
||||
}
|
||||
} else if reply != nil {
|
||||
if len(md5bytes) > 0 {
|
||||
w.Header().Set("Content-MD5", util.Base64Encode(md5bytes))
|
||||
md5InBase64 := util.Base64Encode(md5bytes)
|
||||
w.Header().Set("Content-MD5", md5InBase64)
|
||||
}
|
||||
writeJsonQuiet(w, r, http.StatusCreated, reply)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user