Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2017 16:43:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 212065] fetch -r fails on a complete file, even with -S 12345 (OS version independent)
Message-ID:  <bug-212065-8-hMLXzeyix8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212065-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212065-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212065

--- Comment #2 from Conrad Meyer <cem@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212065-8-hMLXzeyix8>