~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2007-06-04 00:51:54 UTC
  • mfrom: (2504 +trunk)
  • mto: (2507.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2505.
  • Revision ID: robertc@robertcollins.net-20070604005154-yvx2q8jnwiprw6du
Merge bzr.dev

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'