~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2008-07-28 06:53:44 UTC
  • mfrom: (3581 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3583.
  • Revision ID: andrew.bennetts@canonical.com-20080728065344-ocndjoycs903q6fz
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
552
552
        self._response_body = data
553
553
 
554
554
    def _read_bytes(self, count):
 
555
        """See SmartClientMediumRequest._read_bytes."""
555
556
        return self._response_body.read(count)
556
557
 
557
558
    def _finished_reading(self):