fix infinity loop

This commit is contained in:
sim1222 2024-07-18 11:18:17 +09:00
parent defe0469ab
commit abac5de930
Signed by: sim1222
GPG Key ID: D1AE30E316E44E5D

View File

@ -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);