We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ce131 commit 9c8c8b3Copy full SHA for 9c8c8b3
netty/src/main/java/io/grpc/netty/NettyClientHandler.java
@@ -860,7 +860,6 @@ public void operationComplete(ChannelFuture future) throws Exception {
860
if (cause instanceof ClosedChannelException && status == null) {
861
status = Status.UNKNOWN.withDescription("Ping failed but for unknown reason.")
862
.withCause(future.cause());
863
- finalPing.failed(status);
864
} else {
865
status = Utils.statusFromThrowable(cause);
866
}
0 commit comments