probonopd / zsync-curl

Partial/differential file download client over HTTP(S)
110 stars 23 forks source link

Zsync fails to download package #32

Closed maltesh closed 6 years ago

maltesh commented 7 years ago

We have package download triggered via celery task,Given connectivity is poor(32 kB) and package size range from 1-5gb. Celery task limit is configured for 4 hours,we have seen download is getting freezed and zsync-curl is seen in orphan state.

Any info on why it fails to download is useful ?

TheAssassin commented 7 years ago

There's a zillion reasons that could cause this behavior. You'd have to provide more information, otherwise nobody can make an assumption what's going on.

You may also try zsync_curl's successor, zsync2, which is currently under heavy development.

probonopd commented 7 years ago

...and set the CURLOPT_VERBOSE environment variable to see what is going on inside libcurl.

TheAssassin commented 6 years ago

@maltesh please switch to zsync2, and report bugs there if you find some. Closing as this repository is no longer developed.