podcast: do a HEAD request first before downloading
This lets us get the file size before we ask for a range from the server, so if we have the full file already, we don't get a 'range not satisfiable' error.
Showing
This lets us get the file size before we ask for a range from the server, so if we have the full file already, we don't get a 'range not satisfiable' error.
mentioned in issue #1821 (closed)
·