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 45479fd commit cc02070Copy full SHA for cc02070
src/core/lib/iomgr/tcp_posix.cc
@@ -806,7 +806,6 @@ static void tcp_ref(grpc_tcp* tcp) { tcp->refcount.Ref(); }
806
#endif
807
808
static void tcp_destroy(grpc_endpoint* ep) {
809
- gpr_log(GPR_INFO, "IOMGR endpoint shutdown");
810
grpc_tcp* tcp = reinterpret_cast<grpc_tcp*>(ep);
811
ZerocopyDisableAndWaitForRemaining(tcp);
812
grpc_fd_shutdown(tcp->em_fd, absl::UnavailableError("endpoint shutdown"));
0 commit comments