-
- Downloads
package/loader: Handle tarball download erroneously marked as gzipped
It exists cases where a tarball to dowload is marked as gzipped in the Content-Encoding HTTP response header while in fact it is not. So handle ContentDecodingError exception that can be raised by the dowload method: try to download tarball raw bytes again without attempting to uncompress the input stream.
parent
644134a8
No related branches found
Tags v0.22.2
Showing
- swh/loader/package/archive/tests/data/not_gzipped_tarball.tar.gz 0 additions, 0 deletions...der/package/archive/tests/data/not_gzipped_tarball.tar.gz
- swh/loader/package/archive/tests/test_archive.py 47 additions, 0 deletionsswh/loader/package/archive/tests/test_archive.py
- swh/loader/package/loader.py 15 additions, 1 deletionswh/loader/package/loader.py
- swh/loader/package/utils.py 3 additions, 0 deletionsswh/loader/package/utils.py
Loading