mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
- Downloaded archives can't be fully extracted as tar.gz is incomplete at the end and corrupt. This is due to complete gzip streaming implementation that is does not flush the final bytes of gzip stream. Remove custom implementation and get gzipped stream directly from borg. - Fix mimetype for .tar.gz to application/gzip. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>