Formatted the code
This commit is contained in:
parent
43f60bc69c
commit
746b2e94a0
@ -71,7 +71,8 @@ void Connection::handle_read(const boost::system::error_code &error, std::size_t
|
|||||||
|
|
||||||
boost::system::error_code ec;
|
boost::system::error_code ec;
|
||||||
current_request.endpoint = TCP_socket.remote_endpoint(ec).address();
|
current_request.endpoint = TCP_socket.remote_endpoint(ec).address();
|
||||||
if (ec) {
|
if (ec)
|
||||||
|
{
|
||||||
handle_shutdown();
|
handle_shutdown();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user