We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1958e42 commit dffac4aCopy full SHA for dffac4a
1 file changed
xds/src/test/java/io/grpc/xds/XdsSecurityClientServerTest.java
@@ -796,6 +796,13 @@ void resolved() {
796
797
@Override
798
public void shutdown() {
799
+ for (EquivalentAddressGroup s : servers) {
800
+ SslContextProviderSupplier sslContextProviderSupplier = s.getAttributes()
801
+ .get(SecurityProtocolNegotiators.ATTR_SSL_CONTEXT_PROVIDER_SUPPLIER);
802
+ if (sslContextProviderSupplier != null) {
803
+ sslContextProviderSupplier.close();
804
+ }
805
806
}
807
808
0 commit comments