338
333
self._command = command(self._backing_transport)
339
334
self._run_handler_code(self._command.execute, args, {})
343
self._run_handler_code(self._command.do_body, (body_bytes,), {})
348
self._run_handler_code(self._command.do_chunk, (chunk_bytes,), {})
351
337
self._run_handler_code(self._command.do_end, (), {})
354
344
class HelloRequest(SmartServerRequest):
355
345
"""Answer a version request with the highest protocol version this server