aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-05-18 17:52:46 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-05-18 17:52:46 -0700
commit824f83758d80717f910c2cf973ff41fd98f8d81e (patch)
treee524588778750a8a87066cb28ba9c9f5bf5f63af /src/core/lib/surface
parentf1945f2a67575d3e3a5d9f59862de9f412cc776f (diff)
s/INTERNAL/UNIMPLEMENTED
Diffstat (limited to 'src/core/lib/surface')
-rw-r--r--src/core/lib/surface/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/surface/call.c b/src/core/lib/surface/call.c
index b5469e1ff9..e7e1434d11 100644
--- a/src/core/lib/surface/call.c
+++ b/src/core/lib/surface/call.c
@@ -1154,7 +1154,7 @@ static void validate_filtered_metadata(grpc_exec_ctx *exec_ctx,
gpr_asprintf(&error_msg, "Invalid compression algorithm value '%d'.",
algo);
gpr_log(GPR_ERROR, error_msg);
- close_with_status(exec_ctx, call, GRPC_STATUS_INTERNAL, error_msg);
+ close_with_status(exec_ctx, call, GRPC_STATUS_UNIMPLEMENTED, error_msg);
} else if (grpc_compression_options_is_algorithm_enabled(
&compression_options, algo) == 0) {
/* check if algorithm is supported by current channel config */