|
Boost Users : |
Subject: Re: [Boost-users] Debugging openssl server and asio
From: Allan Nielsen (a_at_[hidden])
Date: 2011-08-27 15:25:57
Hi
I found the problem on my own
{
> std::cerr << "Running start" << std::endl;
> socket_.async_handshake(boost::asio::ssl::stream_base::server,
>
> boost::bind(&sync_connection<Tag,Handler>::handle_handshake, this,
>
> boost::asio::placeholders::error));
> }
>
As shared pointers is used I must used shared_from_this instead of using
this directly
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net