/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2007-06-12 14:57:07 UTC
  • mfrom: (2523 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2527.
  • Revision ID: abentley@panoramicfeedback.com-20070612145707-6ul10rmeln23my4f
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
            # Forget ranges, the server can't handle them
200
200
            return self._get_full(relpath)
201
201
 
202
 
        self._curl_perform(curl, header,
203
 
                           ['Range: bytes=%s'
204
 
                            % self.range_header(ranges, tail_amount)])
 
202
        self._curl_perform(curl, header, ['Range: bytes=%s' % range_header])
205
203
        data.seek(0)
206
204
 
207
205
        code = curl.getinfo(pycurl.HTTP_CODE)