You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tar extraction cannot handle gzipped tar files. It should be possible to handle this however, it is somewhat diffcult as the content-type is application/gzip special casing might be needed for files of extension .tar.gz or .tgz to have a magic contentType returned.
This is not a huge priority but I've seen a few issues where the downloaded file is .tar.gz and the current .tar implementation does not handle it well.
The text was updated successfully, but these errors were encountered:
Tar extraction cannot handle gzipped tar files. It should be possible to handle this however, it is somewhat diffcult as the content-type is
application/gzip
special casing might be needed for files of extension .tar.gz or .tgz to have a magic contentType returned.This is not a huge priority but I've seen a few issues where the downloaded file is .tar.gz and the current .tar implementation does not handle it well.
The text was updated successfully, but these errors were encountered: