We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a019b commit 1f56282Copy full SHA for 1f56282
netty/src/main/java/io/grpc/netty/ProtocolNegotiators.java
@@ -597,7 +597,8 @@ static final class ClientTlsProtocolNegotiator implements ProtocolNegotiator {
597
} catch (ClassNotFoundException e) {
598
// Per-rpc authority overriding via call options will be disallowed.
599
} catch (NoSuchMethodException e) {
600
- // Should never happen.
+ // Should never happen since X509ExtendedTrustManager was introduced in Android API level 24
601
+ // along with checkServerTrusted.
602
}
603
checkServerTrustedMethod = method;
604
0 commit comments