/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/__init__.py

merge bzr.dev r4164

Show diffs side-by-side

added added

removed removed

Lines of Context:
622
622
            raise errors.SmartProtocolError(str(e))
623
623
        return body_filelike
624
624
 
 
625
    def _report_activity(self, bytes, direction):
 
626
        """See SmartMedium._report_activity.
 
627
 
 
628
        Does nothing; the underlying plain HTTP transport will report the
 
629
        activity that this medium would report.
 
630
        """
 
631
        pass
 
632
 
625
633
 
626
634
# TODO: May be better located in smart/medium.py with the other
627
635
# SmartMediumRequest classes