$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Help in altering SSL example
From: Igor R (boost.lists_at_[hidden])
Date: 2009-08-05 14:16:17
> I have read through the code of many of the examples, and tried an endless
> combination of ideas in the code, but all have failed to read the entire
> message and then move onto a parsing function.
Do it in the very same way that you do with the regular
asio::ip::tcp::socket. The only difference is that you have to perform
the handshake after the socket is connected.