cuducos / chunk

🧱 Chunk is a download manager for slow and unstable servers
MIT License
56 stars 3 forks source link

Fix downloading of binary (?) files #29

Closed cuducos closed 1 year ago

cuducos commented 1 year ago

It looks like our simple tests of downloading string-based contents from an HTTP server are OK, but downloading a binary such as a ZIP archive seems to result in a corrupted downloaded file.

See #28 for a failing test case.

cuducos commented 1 year ago

Oops. False alarm. The test suggested in #28 was wrong; now that's fixed, it doesn't error anymore.