~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-27 06:47:50 UTC
  • mfrom: (4294.2.12 push.roundtrips)
  • Revision ID: pqm@pqm.ubuntu.com-20090427064750-e9obd6h83omt86ps
(robertc) Reduce roundtrips needed to push a new branch by coalescing
        many steps of the initialisation process. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
            self._medium = SmartClientHTTPMedium(self)
172
172
        return self._medium
173
173
 
174
 
 
175
174
    def _degrade_range_hint(self, relpath, ranges, exc_info):
176
175
        if self._range_hint == 'multi':
177
176
            self._range_hint = 'single'