reformat some code
This commit is contained in:
parent
4ee2e1d049
commit
686f1aeeb2
@ -112,8 +112,7 @@ void Connection::handle_read(const boost::system::error_code &e, std::size_t byt
|
|||||||
output_buffer = reply.ToBuffers();
|
output_buffer = reply.ToBuffers();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
boost::asio::async_write(
|
boost::asio::async_write(TCP_socket,
|
||||||
TCP_socket,
|
|
||||||
output_buffer,
|
output_buffer,
|
||||||
strand.wrap(boost::bind(&Connection::handle_write,
|
strand.wrap(boost::bind(&Connection::handle_write,
|
||||||
this->shared_from_this(),
|
this->shared_from_this(),
|
||||||
|
Loading…
Reference in New Issue
Block a user