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