aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-08-25 14:49:18 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-08-25 14:49:18 -0700
commitac4113bef128abd57cc166a4921063b0b4c5278d (patch)
treef5b0b4a72310252d86c502659283c6ad76a47539 /src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
parent326d939873eb96c68d3ebb859c12b4bf022dadc6 (diff)
parentc931305c398e7e87013da52a5c2697d0fb14ad7f (diff)
Merge branch 'master' into fc_unary
Diffstat (limited to 'src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c')
-rw-r--r--src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c b/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
index ca435c25ce..b2c5e5b088 100644
--- a/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
+++ b/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
@@ -75,7 +75,7 @@ grpc_channel *grpc_insecure_channel_create_from_fd(
grpc_channel *channel = grpc_channel_create(
&exec_ctx, target, final_args, GRPC_CLIENT_DIRECT_CHANNEL, transport);
grpc_channel_args_destroy(final_args);
- grpc_chttp2_transport_start_reading(&exec_ctx, transport, NULL, 0);
+ grpc_chttp2_transport_start_reading(&exec_ctx, transport, NULL);
grpc_exec_ctx_finish(&exec_ctx);