
10 Dec
2008
10 Dec
'08
12:31 p.m.
Jim Methley
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