(
+ std::chrono::high_resolution_clock::now() - start));
++rpc_requests_;
rpc_size_.notify(beast::insight::Event::value_type{response.size()});
@@ -1000,8 +1022,8 @@ ServerHandler::statusResponse(http_request_type const& request) const
{
msg.result(boost::beast::http::status::ok);
msg.body() = "Test page for " + systemName() +
- "Test
This page shows " + systemName() +
- " http(s) connectivity is working.
";
+ "Test
This page shows " + systemName() +
+ " http(s) connectivity is working.