File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
xds/src/main/java/io/grpc/xds/internal/security/certprovider Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,9 @@ protected final boolean isMtls() {
183183 }
184184
185185 protected final boolean isNormalTlsAndClientSide () {
186- // We don't do (rootCertInstance != null || isUsingSystemRootCerts) here because of where this method is called
187- // from. With the rootCertInstance being null when using system root certs, there is nothing to update.
186+ // We don't do (rootCertInstance != null || isUsingSystemRootCerts) here because of how this
187+ // method is used. With the rootCertInstance being null when using system root certs, there
188+ // is nothing to update in the SslContext
188189 return rootCertInstance != null && certInstance == null ;
189190 }
190191
You can’t perform that action at this time.
0 commit comments