You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/10/05 17:24:21 UTC

[GitHub] [trafficserver] SolidWallOfCode commented on a change in pull request #7219: Ensure that ca override does not get lost

SolidWallOfCode commented on a change in pull request #7219:
URL: https://github.com/apache/trafficserver/pull/7219#discussion_r499756395



##########
File path: iocore/net/SSLNetVConnection.cc
##########
@@ -924,6 +924,7 @@ void
 SSLNetVConnection::clear()
 {
   _serverName.reset();
+  _ca_cert_file.reset();

Review comment:
       Need a `_ca_cert_dir.reset();` also?




----------------------------------------------------------------
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:
users@infra.apache.org