fix infinity loop
This commit is contained in:
parent
defe0469ab
commit
abac5de930
@ -471,6 +471,7 @@ async fn multipart_upload(
|
|||||||
.build(),
|
.build(),
|
||||||
);
|
);
|
||||||
pb.inc(this_chunk);
|
pb.inc(this_chunk);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
handles.push(handle);
|
handles.push(handle);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user