Jens-G commented on PR #3600: URL: https://github.com/apache/thrift/pull/3600#issuecomment-4746161422
### Code review Re-reviewed at `41dd193`. The destructor mutex regression from the earlier review is resolved — `cleanupOpenSSLState()` now acquires `Guard guard(mutex_)` before `ctx_.reset()`, so the destructor path is locked again. The new `SSLContextFactory` constructor correctly rejects both an empty callable and a null return, and the OpenSSL init/cleanup counter stays paired under the mutex. No remaining issues. 🤖 Generated with [Claude Code](https://claude.ai/code) <sub>- If this code review was useful, please react with 👍. Otherwise, react with 👎.</sub> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
