[Bug 4766] New: httpd fails to honor byte range requests if the range begins with 0

bugzilla at busybox.net bugzilla at busybox.net
Fri Feb 17 19:45:35 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=4766

           Summary: httpd fails to honor byte range requests if the range
                    begins with 0
           Product: Busybox
           Version: 1.19.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Networking
        AssignedTo: unassigned at busybox.net
        ReportedBy: rwalker at rwalker.com
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


Httpd fails to honor byte range requests if the range begins with 0.

Whether to return a byte range is predicated on the value of range_start
(treated as a boolean).  If range start is 0, httpd treats the request as if it
were for the entire file.

Range: bytes=0-1 of a 100 byte file returns 100 bytes.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list