~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2007-06-10 11:07:10 UTC
  • mfrom: (2485.9.2 bzr.connection.sharing)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070610110710-2xi9ditvln347qpj
merge after bzr bind (why did I have to do that ?)

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
 
201
201
        try_again = False
202
202
        # The server does not gives us enough data or
203
 
        # bogus-looking result, let's try again with
 
203
        # a bogus-looking result, let's try again with
204
204
        # a simpler request if possible.
205
205
        if self._range_hint == 'multi':
206
206
            self._range_hint = 'single'