github.com/cs3org/reva/v2@v2.27.7/changelog/2.15.0_2023-07-17/close-archive-writer-properly.md (about) 1 Bugfix: Close archive writer properly 2 3 When running into max size error (or random other error) the archiver would not close the writer. Only it success case it would. 4 This resulted in broken archives on the client. We now `defer` the writer close. 5 6 https://github.com/cs3org/reva/pull/4007