70
70
# feeding the bytes in the http request to the smart_protocol_request,
71
71
# but for now it's simpler to just feed the bytes directly.
72
72
smart_protocol_request.accept_bytes(self.rfile.read(data_length))
75
76
self.send_header("Content-Length", str(len(out_buffer.getvalue())))
77
78
self.wfile.write(out_buffer.getvalue())