Bug 579

Summary: wget fails with 'content-lenth is garbage' error
Product: Busybox Reporter: Matthijs van de Water <matthijs.van.de.water>
Component: NetworkingAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: busybox-cvs
Priority: P5    
Version: 1.14.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Patch that fixes the problem

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!