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

bugzilla at busybox.net bugzilla at busybox.net
Sun Feb 19 16:16:00 UTC 2012


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

--- Comment #4 from Denys Vlasenko <vda.linux at googlemail.com> 2012-02-19 16:15:59 UTC ---
I propose to change "range_start != 0" condition for range_start >= 0
everywhere, and set range_start = -1 when range is off.

-- 
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