[Bug 212065] fetch -r fails on a complete file, even with -S 12345 (OS version independent)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 19 16:43:37 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212065
--- Comment #2 from Conrad Meyer <cem at freebsd.org> ---
Created attachment 179070
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179070&action=edit
Extremely naive patch to treat all 416 errors as successes
This patch probably shouldn't be applied as is. It just removes the
Content-Range validation on 416 responses to range requests and treats them all
as completed resumes.
I think your suggestion of following these missing "Content-Range" requests up
with a HEAD request is more wise, but a less straightforward patch.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list