Open zhouhuaian opened 7 months ago
If an SSL connection is created with START_TLS the engine is created eagerly, which allocates 3 direct buffers. If TLS is not actually used before the connection is closed then the engine is not closed and the buffers leak.
🔊This issue has been inactive for a while!
If an SSL connection is created with START_TLS the engine is created eagerly, which allocates 3 direct buffers. If TLS is not actually used before the connection is closed then the engine is not closed and the buffers leak.