Strip trailing whitespace.
This commit is contained in:
parent
cbb7523535
commit
8130c2bd5a
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ class connection
|
|||
const boost::system::error_code& ec,
|
||||
resolver::iterator iterator
|
||||
);
|
||||
|
||||
|
||||
void connect(resolver::iterator iterator);
|
||||
void handle_connect(
|
||||
const boost::system::error_code& ec,
|
||||
|
@ -69,7 +69,7 @@ class connection
|
|||
std::size_t is_read_complete(
|
||||
const boost::system::error_code& error,
|
||||
std::size_t bytes_transferred
|
||||
);
|
||||
);
|
||||
void handle_read(
|
||||
const boost::system::error_code& ec,
|
||||
std::size_t bytes_transferred,
|
||||
|
|
Loading…
Add table
Reference in a new issue