271
271
cur_offset_and_size = iter_offsets.next()
273
273
except (errors.ShortReadvError, errors.InvalidRange,
275
275
mutter('Exception %r: %s during http._readv',e, e)
276
276
if (not isinstance(e, errors.ShortReadvError)
277
277
or retried_offset == cur_offset_and_size):