pocoproject / poco

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
https://pocoproject.org
Other
8.07k stars 2.11k forks source link

fix(SSLManager): Fixed regression introduced in PR #4103, fixes #4421 #4428

Closed matejk closed 5 months ago

matejk commented 5 months ago

PR #4103 introduced a bug to improperly set internal indices to -1 in shutdown().

This PR fixes that.