From 4f9be4e6a37020f828349924b0113ca746ad1a13 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Mon, 29 May 2017 15:54:47 -0500 Subject: [PATCH] Removing prepare function call. --- rai/node/rpc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rai/node/rpc.cpp b/rai/node/rpc.cpp index cec46314..8ae8ab68 100755 --- a/rai/node/rpc.cpp +++ b/rai/node/rpc.cpp @@ -2038,7 +2038,6 @@ void rai::rpc_connection::parse_connection () this_l->res.status = 200; this_l->res.body = body; this_l->res.version = version; - beast::http::prepare (this_l->res); beast::http::async_write (this_l->socket, this_l->res, [this_l] (boost::system::error_code const & ec) { });