JosiahWI commented on code in PR #13227:
URL: https://github.com/apache/trafficserver/pull/13227#discussion_r3380555804
##########
src/iocore/net/SSLCertLookup.cc:
##########
@@ -233,24 +233,24 @@ ssl_create_ticket_keyblock(const char *ticket_key_path)
SSLCertContext::SSLCertContext(SSLCertContext const &other)
{
+ std::lock_guard<std::mutex> lock(other.ctx_mutex);
Review Comment:
Why did you move this one? I'm only curious; it's not a problem.
--
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]