~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/protocol.py

  • Committer: Aaron Bentley
  • Date: 2008-09-20 16:08:57 UTC
  • mfrom: (3714 +trunk)
  • mto: (3363.13.6 extras)
  • mto: This revision was merged to the branch mainline in revision 3715.
  • Revision ID: aaron@aaronbentley.com-20080920160857-4jzwvlrha3b2n1oa
Merge with bzr.dev

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