#154 Missing 'content-length' causes TestcloudImageError
Closed: Fixed by frantisekz. Opened by lzachar.

How about using the headers={'Accept-Encoding': None} proposed in
https://github.com/psf/requests/issues/3953

or accepting the fact that whole size might be unknown for some downloads
or attempting to retry the download?

Would be nice if testcloud tried harder before giving up.


Metadata Update from @frantisekz:
- Issue assigned to frantisekz

Commit cbb173ac fixes this issue

Metadata
Related Pull Requests