257
258
raise errors.InvalidHttpResponse(url,
258
259
'Missing the Content-Range header in a 206 range response')
261
262
# A regular non-range response, unfortunately the result from
262
263
# urllib doesn't support seek, so we wrap it in a StringIO
268
269
raise errors.NoSuchFile(url)