[BusyBox 0003344]: wget.c misinterpretes HTTP Error 204
bugs at busybox.net
bugs at busybox.net
Fri May 16 04:59:51 PDT 2008
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=3344
======================================================================
Reported By: arved
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 3344
Category: Networking Support
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 05-16-2008 04:59 PDT
Last Modified: 05-16-2008 04:59 PDT
======================================================================
Summary: wget.c misinterpretes HTTP Error 204
Description:
204 NO CONTENT is the common result if an empty file is requested.
BusyBox treats it as an error.
Fix:
add a "case 204:" below "case 200:" at line 601 in wget.c
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
05-16-08 04:59 arved New Issue
05-16-08 04:59 arved Status new => assigned
05-16-08 04:59 arved Assigned To => BusyBox
======================================================================
More information about the busybox-cvs
mailing list