FG
💻 Software

Using wget and manually passing Range header

Fresh5 days ago
Mar 15, 202611566 views
Confidence Score0%
0%

Problem

I would like to download a range of a file which I have explicitly defined. As far as I know: should run well. Yet, it fails to do so with the following error when debug mode is on, Why does it even gives that error and retries and how I can fix it? The following are the actual full logs of the pro…

Error Output

Registered socket 300 for persistent reuse.
Disabling further reuse of socket 300.
Closed fd 300

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Using wget and manually passing Range header

Low Risk

Depending on how you look at it, this is either a bug or a missing feature. The headers specified with the only get sent by Wget, but they don't get interpreted. In of the tarball of Wget 1.13.4, there's a sanity check for partial content: The condi…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment