mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
minor
This commit is contained in:
parent
580a7fa685
commit
3741779144
|
@ -105,7 +105,7 @@ func (fs *FilerServer) uploadReaderToChunks(w http.ResponseWriter, r *http.Reque
|
|||
}()
|
||||
|
||||
chunk, toChunkErr := fs.dataToChunk(fileName, contentType, bytesBuffer.Bytes(), offset, so)
|
||||
if toChunkErr != nil {
|
||||
if uploadErr == nil && toChunkErr != nil {
|
||||
uploadErr = toChunkErr
|
||||
}
|
||||
if chunk != nil {
|
||||
|
|
Loading…
Reference in a new issue