SolidWallOfCode commented on a change in pull request #7219:
URL: https://github.com/apache/trafficserver/pull/7219#discussion_r499763365
##########
File path: iocore/net/P_SSLNetVConnection.h
##########
@@ -519,6 +532,8 @@ class SSLNetVConnection : public UnixNetVConnection, public
ALPNSupport, public
// Null-terminated string, or nullptr if there is no SNI server name.
std::unique_ptr<char[]> _serverName;
+ std::unique_ptr<char[]> _ca_cert_file;
+ std::unique_ptr<char[]> _ca_cert_dir;
Review comment:
These are needed because the SNI config can disappear during a
transaction, destroying the original source, correct?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]