aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/bad_client.cc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-08-31 12:15:26 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-08-31 12:15:26 -0700
commit4b859a61c749c1e9b89ee67b37cdf6148dc4994d (patch)
treea1c7642556327984da40231eccc6cff3cd132f86 /test/core/bad_client/bad_client.cc
parentd60a4b0f6b0d0d92944385bc9b629bb12aea24af (diff)
parentd68e8b4f6267a1aa16bf5c8253f39b1be6f47188 (diff)
Merge branch 'cronetfix' into status
Diffstat (limited to 'test/core/bad_client/bad_client.cc')
-rw-r--r--test/core/bad_client/bad_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/bad_client/bad_client.cc b/test/core/bad_client/bad_client.cc
index c03ebcf409..ade23133c5 100644
--- a/test/core/bad_client/bad_client.cc
+++ b/test/core/bad_client/bad_client.cc
@@ -115,7 +115,7 @@ void grpc_run_client_side_validator(grpc_bad_client_arg* arg, uint32_t flags,
grpc_schedule_on_exec_ctx);
/* Write data */
- grpc_endpoint_write(sfd->client, &outgoing, &done_write_closure);
+ grpc_endpoint_write(sfd->client, &outgoing, &done_write_closure, nullptr);
grpc_core::ExecCtx::Get()->Flush();
/* Await completion, unless the request is large and write may not finish