Latest release of The Server Framework: 6.3.1
Version 6.3.1 of The Server Framework was released today.
This release is purely a bug fix release and includes the following fixes.
- Fixes to
JetByteTools::OpenSSL::CStreamSocketConnectionFilter
to prevent buffer reference leaks which result in memory leaks during secure connection processing; see here for more details. - Fixes to
JetByteTools::OpenSSL::CAsyncConnector
to prevent socket reference leaks in situations where connections are reset or where unexpected SSL errors occur. These socket reference leaks can cause delays and hangs when shutting down a server or connection manager. - Fixes to
JetByteTools::SSPI::SChannel::CStreamSocketConnectionFilter
to prevent buffer reference leaks which result in memory leaks during secure connection processing. - Fixes to
JetByteTools::SSPI::Negotiate::CStreamSocketConnectionFilter
to prevent buffer reference leaks which result in memory leaks during secure connection processing.
There’s no need for a documentation update so the latest docs available online will be for the 6.3 release. Likewise the server examples have not changed and code that built with 6.3 will build with 6.3.1 without changes.