Craig Tiller 10 жил өмнө
parent
commit
573b433115

+ 0 - 3
src/core/iomgr/tcp_posix.c

@@ -438,9 +438,6 @@ static grpc_endpoint_write_status grpc_tcp_flush(grpc_tcp *tcp) {
     msg.msg_controllen = 0;
     msg.msg_flags = 0;
 
-    GRPC_TIMER_BEGIN(10000, 0);
-    GRPC_TIMER_END(10000, 0);
-
     GRPC_TIMER_BEGIN(GRPC_PTAG_SENDMSG, 0);
     do {
       /* TODO(klempner): Cork if this is a partial write */