$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Asio] async_connect leaking memory/handles ?
From: Jim Methley (jmeth_at_[hidden])
Date: 2008-12-10 07:31:24
Jim Methley <jmeth <at> safetel.no> writes:
>
> Iâve implemented an SSL connection using async_connect
> ok, but find that it seems to leave resources allocated when completed and the
> SSL connection object is destroyed.
>
> The application using the Boost SSL functionality creates a
> socket connection as required then releases it.
>
> Its running on a windows platform with Microsoft Visual
> Studio 2008 and Boost 1.36.0.
>
Tested with latest Boost version 1.37.0 and looks like the problem has been
fixed.
Would have been nice to have seen a mention of bug fixes in the version log,
but I'm happy that its fixed :-)
/Jim