Formatted the code

This commit is contained in:
Denis Chaplygin 2019-09-10 15:50:13 +03:00
parent 43f60bc69c
commit 746b2e94a0

View File

@ -71,7 +71,8 @@ void Connection::handle_read(const boost::system::error_code &error, std::size_t
boost::system::error_code ec;
current_request.endpoint = TCP_socket.remote_endpoint(ec).address();
if (ec) {
if (ec)
{
handle_shutdown();
return;
}