~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/__init__.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
                        cur_offset_and_size = iter_offsets.next()
272
272
 
273
273
            except (errors.ShortReadvError, errors.InvalidRange,
274
 
                    errors.InvalidHttpRange), e:
 
274
                    errors.InvalidHttpRange, errors.HttpBoundaryMissing), e:
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):