Skip to content
Snippets Groups Projects
Commit cac5f1d5 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #1379 from soltanmm/cdfix

Pass deadline to call details for batch calls
parents 8bf5fc88 bf177c88
No related branches found
No related tags found
No related merge requests found
......@@ -1083,6 +1083,7 @@ static void begin_call(grpc_server *server, call_data *calld,
&rc->data.batch.details->host_capacity, calld->host);
cpstr(&rc->data.batch.details->method,
&rc->data.batch.details->method_capacity, calld->path);
rc->data.batch.details->deadline = calld->deadline;
grpc_call_set_completion_queue(calld->call, rc->data.batch.cq_bind);
*rc->data.batch.call = calld->call;
r->op = GRPC_IOREQ_RECV_INITIAL_METADATA;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment