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();
|
||||
break;
|
||||
}
|
||||
boost::asio::async_write(
|
||||
TCP_socket,
|
||||
boost::asio::async_write(TCP_socket,
|
||||
output_buffer,
|
||||
strand.wrap(boost::bind(&Connection::handle_write,
|
||||
this->shared_from_this(),
|
||||
|
Loading…
Reference in New Issue
Block a user