Skip to content

Commit

Permalink
fix(s3stream): composite object use retained size (#1532)
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Han <hanxvdovehx@gmail.com>
  • Loading branch information
superhx committed Jul 10, 2024
1 parent d5c9500 commit 668e8e0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public CompletableFuture<Void> close() {
objBuf.addComponent(true, objectsBlock.buffer());
objBuf.addComponent(true, indexesBlock.buffer());
objBuf.addComponent(true, footer.buffer());
size = objBuf.readableBytes();
writer.write(objBuf);
return writer.close();
}
Expand Down

0 comments on commit 668e8e0

Please sign in to comment.