/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/smart/protocol.py

(spiv) Fix '_in_buffer' AttributeError when using the -Dhpss debug
        flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
456
456
 
457
457
    def _finished(self):
458
458
        self.unused_data = self._get_in_buffer()
459
 
        # self._in_buffer = None
460
459
        self._in_buffer_list = []
461
460
        self._in_buffer_len = 0
462
461
        self.state_accept = self._state_accept_reading_unused