Skip to content

Commit

Permalink
Cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelKatz authored and vinniefalco committed May 3, 2013
1 parent 1aeb632 commit ec4100d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/roles/server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ void server<endpoint>::connection<connection_type>::handle_read_request(
m_version = -1;
shared_const_buffer buffer(reply);
m_connection.get_socket().async_write(
buffer,
shared_const_buffer(reply),
boost::bind(
&type::handle_write_response,
m_connection.shared_from_this(),
Expand Down
2 changes: 1 addition & 1 deletion src/sockets/autotls.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class autotls {
}
}

// TLS policy adds the on_autotls_init method to the handler to allow the user
// TLS policy adds the on_tls_init method to the handler to allow the user
// to set up their asio TLS context.
class handler_interface {
public:
Expand Down

0 comments on commit ec4100d

Please sign in to comment.