Fixes to handshake and socket wrapper

This commit is contained in:
Vinnie Falco
2013-08-16 16:10:55 -07:00
parent 4e908d3e96
commit d959af430e
8 changed files with 30 additions and 20 deletions

View File

@@ -154,7 +154,7 @@ Socket::async_write_some (ConstBuffers const&, BOOST_ASIO_MOVE_ARG(TransferCall)
// ssl::stream
//
bool Socket::requires_handshake ()
bool Socket::needs_handshake ()
{
return false;
}