291
293
def terminate_due_to_error(self):
292
294
# TODO: This should log to a server log file, but no such thing
293
295
# exists yet. Andrew Bennetts 2006-09-29.
297
299
def _write_out(self, bytes):
298
301
osutils.send_all(self.socket, bytes, self._report_activity)
305
% ('wrote', thread_id, len(bytes),
301
309
class SmartServerPipeStreamMedium(SmartServerStreamMedium):