erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
558 stars 62 forks source link

VLC download failing checksums #227

Closed leosanvieira closed 1 year ago

leosanvieira commented 1 year ago

VLC download using HTTP Downloader fails sha-256 checksum test.

Tested both Firefox and Edge extensions and also using the Files/Add URL(s)... menu in the app.

Link: https://get.videolan.org/vlc/3.0.18/win64/vlc-3.0.18-win64.exe SHA-256 checksum: ba575f153d357eaf3fdbf446b9b93a12ced87c35887cdd83ad4281733eb86602

leosanvieira commented 1 year ago

The issue seems to be related to the option Connection/Rellocate parts to maximize connections, after disabling this non-default option, it's not happening anymore so i'm closing this issue.