bneradt commented on code in PR #13342:
URL: https://github.com/apache/trafficserver/pull/13342#discussion_r3572055359
##########
src/iocore/net/P_SSLCertLookup.h:
##########
@@ -134,8 +134,8 @@ struct SSLCertLookup : public ConfigInfo {
std::unique_ptr<SSLContextStorage> ssl_storage;
std::unique_ptr<SSLContextStorage> ec_storage;
- shared_SSL_CTX ssl_default;
- bool is_valid = true;
+ mutable shared_SSL_CTX ssl_default;
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]