bneradt commented on code in PR #13342:
URL: https://github.com/apache/trafficserver/pull/13342#discussion_r3572049205


##########
src/iocore/net/P_SSLCertLookup.h:
##########
@@ -154,10 +154,18 @@ struct SSLCertLookup : public ConfigInfo {
   SSLCertContext *find(const std::string &name, SSLCertContextType ctxType = 
SSLCertContextType::GENERIC) const;
 
   // Return the last-resort default TLS context if there is no name or address 
match.
-  SSL_CTX *
+  shared_SSL_CTX
   defaultContext() const

Review Comment:
   Fixed. ssl_default is now private and located next to default_ctx_mutex, so 
callers must use the synchronized accessor methods.



-- 
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]

Reply via email to