aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-24 11:34:23 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-24 11:34:23 -0700
commit5cf7013c4b736c23ab0ad0d1337ff4b0e78d5748 (patch)
tree3fc84234d9c19361fa5dca23f4610e33c9f4ebf5 /src/core/channel
parentf8b14ca5f24448767c8627bb11508ba91ce608a0 (diff)
Merge
Diffstat (limited to 'src/core/channel')
-rw-r--r--src/core/channel/http_server_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/channel/http_server_filter.c b/src/core/channel/http_server_filter.c
index d3c6012d88..7a6a89e050 100644
--- a/src/core/channel/http_server_filter.c
+++ b/src/core/channel/http_server_filter.c
@@ -202,7 +202,7 @@ static void hs_mutate_op(grpc_call_element *elem,
calld->sent_status = 1;
grpc_metadata_batch_add_head(&stream_op->data.metadata, &calld->status,
GRPC_MDELEM_REF(channeld->status_ok));
- grpc_metadata_batch_add_tail(&op->data.metadata, &calld->content_type,
+ grpc_metadata_batch_add_tail(&stream_op->data.metadata, &calld->content_type,
GRPC_MDELEM_REF(channeld->content_type));
break;
}