aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-27 18:24:32 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-27 18:24:32 -0700
commit820b68069a3a1a3c44490bb51778336f3b2c491a (patch)
tree7ebed8a8d68b345b03f02a5e0af6e81773b0bb9b /src/core/surface
parent320e6112b5831904c89364a193b52f70f8da4837 (diff)
parentb33e2d3bc2641ece60e392677d52df57736e7aaa (diff)
Merge github.com:grpc/grpc into one-pass
Diffstat (limited to 'src/core/surface')
-rw-r--r--src/core/surface/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/surface/server.c b/src/core/surface/server.c
index 2f00ad0bc6..3cc8f9cbb9 100644
--- a/src/core/surface/server.c
+++ b/src/core/surface/server.c
@@ -1106,6 +1106,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;