Set remote IP on PROXY handshake

This commit is contained in:
Vinnie Falco
2013-08-25 01:13:22 -07:00
parent 4170bcd294
commit b37c537b4a
4 changed files with 77 additions and 31 deletions

View File

@@ -58,8 +58,8 @@ protected:
public:
WSServerHandler (boost::asio::ssl::context& ssl_context, bool bPublic)
: m_ssl_context (ssl_context)
, mLock (static_cast <WSServerHandlerBase*> (this), "WSServerHandler", __FILE__, __LINE__)
: mLock (static_cast <WSServerHandlerBase*> (this), "WSServerHandler", __FILE__, __LINE__)
, m_ssl_context (ssl_context)
, mPublic (bPublic)
{
}