~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2007-05-26 15:30:55 UTC
  • mfrom: (2481.3.1 112719)
  • mto: This revision was merged to the branch mainline in revision 2496.
  • Revision ID: aaron.bentley@utoronto.ca-20070526153055-gdl80ttx0j7wwwmu
Merge PyCurl single-range bug

Show diffs side-by-side

added added

removed removed

Lines of Context:
255
255
 
256
256
        try_again = False
257
257
        # The server does not gives us enough data or
258
 
        # bogus-looking result, let's try again with
 
258
        # a bogus-looking result, let's try again with
259
259
        # a simpler request if possible.
260
260
        if self._range_hint == 'multi':
261
261
            self._range_hint = 'single'