aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/http_server_filter.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-11 14:15:38 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-11 14:15:38 -0800
commit9277aa74aeb01cf166fe471614027a94b3bee1b6 (patch)
tree7a2b7676eadf72bcdfe27a33804ceba18ed09a9f /src/core/lib/channel/http_server_filter.c
parent3e8deb188f63f5acb0f06c1169b230f82d5eed14 (diff)
Fix sanity: core_banned_functions
Diffstat (limited to 'src/core/lib/channel/http_server_filter.c')
-rw-r--r--src/core/lib/channel/http_server_filter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/channel/http_server_filter.c b/src/core/lib/channel/http_server_filter.c
index da105d06fd..3f992977c0 100644
--- a/src/core/lib/channel/http_server_filter.c
+++ b/src/core/lib/channel/http_server_filter.c
@@ -279,11 +279,11 @@ static void hs_mutate_op(grpc_exec_ctx *exec_ctx, grpc_call_element *elem,
grpc_error *error = GRPC_ERROR_NONE;
static const char *error_name = "Failed sending initial metadata";
add_error(error_name, &error, grpc_metadata_batch_add_head(
- op->send_initial_metadata, &calld->status,
- GRPC_MDELEM_STATUS_200));
+ exec_ctx, op->send_initial_metadata,
+ &calld->status, GRPC_MDELEM_STATUS_200));
add_error(error_name, &error,
grpc_metadata_batch_add_tail(
- op->send_initial_metadata, &calld->content_type,
+ exec_ctx, op->send_initial_metadata, &calld->content_type,
GRPC_MDELEM_CONTENT_TYPE_APPLICATION_SLASH_GRPC));
add_error(error_name, &error,
server_filter_outgoing_metadata(exec_ctx, elem,