diff options
| author | tnextday <fw2k4@163.com> | 2015-12-02 18:25:18 +0800 |
|---|---|---|
| committer | tnextday <fw2k4@163.com> | 2015-12-02 18:25:18 +0800 |
| commit | 520875d45504f0b659de7f4ff656634489100416 (patch) | |
| tree | c3492a2ed99d5e982226d0b1a3bed2fbcf4dcde2 /go/operation/submit.go | |
| parent | d0e2475ecea97ac96ddbdc76f98a5de32e4a68ad (diff) | |
| download | seaweedfs-520875d45504f0b659de7f4ff656634489100416.tar.xz seaweedfs-520875d45504f0b659de7f4ff656634489100416.zip | |
update
Diffstat (limited to 'go/operation/submit.go')
| -rw-r--r-- | go/operation/submit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/operation/submit.go b/go/operation/submit.go index 65f20cf55..ac5a3b55f 100644 --- a/go/operation/submit.go +++ b/go/operation/submit.go @@ -190,6 +190,6 @@ func upload_chunked_file_manifest(fileUrl string, manifest *ChunkManifest, jwt s q := u.Query() q.Set("cm", "1") u.RawQuery = q.Encode() - _, e = Upload(u.String(), manifest.Name, bufReader, false, "text/plain", jwt) + _, e = Upload(u.String(), manifest.Name, bufReader, false, "application/json", jwt) return e } |
