~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2007-06-15 07:01:24 UTC
  • mfrom: (2528 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2530.
  • Revision ID: mbp@sourcefrog.net-20070615070124-clpwqh5gxc4wbf9l
Merge trunk

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'