aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/channel_create.c
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-12-17 16:00:51 -0800
committerGravatar Julien Boeuf <jboeuf@google.com>2015-12-17 16:00:51 -0800
commit5b194036b2f2a0a0368fb190b68da68267728d27 (patch)
treebc072d11cf85f0b3dfd9ee1d9cb3a573bebdf59d /src/core/surface/channel_create.c
parent366f42c12d3a99248b15f55463ca27c41df68c6d (diff)
Making the stack work with outgoing channel args.
Diffstat (limited to 'src/core/surface/channel_create.c')
-rw-r--r--src/core/surface/channel_create.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/surface/channel_create.c b/src/core/surface/channel_create.c
index 97ec23408f..49083f0870 100644
--- a/src/core/surface/channel_create.c
+++ b/src/core/surface/channel_create.c
@@ -104,6 +104,7 @@ static void connected(grpc_exec_ctx *exec_ctx, void *arg, int success) {
grpc_chttp2_transport_start_reading(exec_ctx, c->result->transport, NULL,
0);
GPR_ASSERT(c->result->transport);
+ c->result->channel_args = c->args.channel_args;
c->result->filters = gpr_malloc(sizeof(grpc_channel_filter *));
c->result->filters[0] = &grpc_http_client_filter;
c->result->num_filters = 1;