aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/tcp_posix.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-05-27 19:21:01 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-05-31 12:48:16 -0700
commita30020f00996735ce8890dca534a31b8e97b5889 (patch)
treeef28ed5647b60bc8c6316409d7d56b8eee90f68a /src/core/iomgr/tcp_posix.c
parent5f228f5001c7c1f85c0d1965640bd6258d7b9188 (diff)
Comments addressed.
Diffstat (limited to 'src/core/iomgr/tcp_posix.c')
-rw-r--r--src/core/iomgr/tcp_posix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/iomgr/tcp_posix.c b/src/core/iomgr/tcp_posix.c
index e2cda52733..2978c2c370 100644
--- a/src/core/iomgr/tcp_posix.c
+++ b/src/core/iomgr/tcp_posix.c
@@ -597,7 +597,6 @@ grpc_endpoint *grpc_tcp_create(grpc_fd *em_fd, size_t slice_size) {
tcp->write_closure.cb_arg = tcp;
tcp->handle_read_iocb.cb = grpc_tcp_handle_read;
- tcp->handle_read_iocb.is_ext_managed = 1;
return &tcp->base;
}