Skip to content

Commit 1f484a2

Browse files
committed
Some minor review comments.
1 parent a6ee4b2 commit 1f484a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netty/src/main/java/io/grpc/netty/ProtocolNegotiators.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ public ChannelHandler newHandler(GrpcHttp2ConnectionHandler grpcHandler) {
592592
ChannelLogger negotiationLogger = grpcHandler.getNegotiationLogger();
593593
ChannelHandler cth = new ClientTlsHandler(gnh, sslContext,
594594
sni != null ? sni : grpcHandler.getAuthority(),
595-
this.executor, negotiationLogger, handshakeCompleteRunnable, null,
595+
this.executor, negotiationLogger, handshakeCompleteRunnable, this,
596596
x509ExtendedTrustManager);
597597
return new WaitUntilActiveHandler(cth, negotiationLogger);
598598
}

0 commit comments

Comments
 (0)