Removing prepare function call.
This commit is contained in:
parent
2df2529539
commit
4f9be4e6a3
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue