Bug 579 - wget fails with 'content-lenth is garbage' error
Summary: wget fails with 'content-lenth is garbage' error
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.14.x
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-20 12:24 UTC by Matthijs van de Water
Modified: 2009-08-22 18:19 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Patch that fixes the problem (1.35 KB, patch)
2009-08-20 12:24 UTC, Matthijs van de Water
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthijs van de Water 2009-08-20 12:24:24 UTC
Created attachment 611 [details]
Patch that fixes the problem

While connected over a 3G modem, wget would not download anything. The error shown is 

content-length 120    is garbage

Attached patch fixes this by trimming trailing whitespace.
Comment 1 Denys Vlasenko 2009-08-22 18:19:25 UTC
applied to git, thanks!