aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/impl/codegen/method_handler_impl.h
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-10-23 15:33:08 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-10-23 15:33:08 -0700
commit66cc56bb034e3864e4bdb0ad869b6de4e524f3d8 (patch)
tree95a63dbb8c359cc378c07f813bbe86bfd74cf2e1 /include/grpcpp/impl/codegen/method_handler_impl.h
parent4da91c1156488778d989db1c623876bc211b140e (diff)
Another server side test
Diffstat (limited to 'include/grpcpp/impl/codegen/method_handler_impl.h')
-rw-r--r--include/grpcpp/impl/codegen/method_handler_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpcpp/impl/codegen/method_handler_impl.h b/include/grpcpp/impl/codegen/method_handler_impl.h
index f1f5b43031..176e4ed31b 100644
--- a/include/grpcpp/impl/codegen/method_handler_impl.h
+++ b/include/grpcpp/impl/codegen/method_handler_impl.h
@@ -84,7 +84,7 @@ class RpcMethodHandler : public MethodHandler {
}
ops.ServerSendStatus(&param.server_context->trailing_metadata_, status);
param.call->PerformOps(&ops);
- GPR_CODEGEN_ASSERT(param.call->cq()->Pluck(&ops));
+ param.call->cq()->Pluck(&ops);
}
void* Deserialize(grpc_byte_buffer* req, Status* status) final {