aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-08-21 08:08:37 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-08-21 08:08:37 -0700
commit49772e00eb9606c3192b88f348d9cbcb22eb93c2 (patch)
treed46ac765075df1611c208bd17e916add27cecc98 /src/core/channel
parent3b4ebb0293df76142090eda71ae87a2828ff832a (diff)
Outlaw illegal metadata characters
Diffstat (limited to 'src/core/channel')
-rw-r--r--src/core/channel/compress_filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/channel/compress_filter.h b/src/core/channel/compress_filter.h
index 0917e81ca4..415459bca6 100644
--- a/src/core/channel/compress_filter.h
+++ b/src/core/channel/compress_filter.h
@@ -36,7 +36,7 @@
#include "src/core/channel/channel_stack.h"
-#define GRPC_COMPRESS_REQUEST_ALGORITHM_KEY "internal:grpc-encoding-request"
+#define GRPC_COMPRESS_REQUEST_ALGORITHM_KEY "grpc-internal-encoding-request"
/** Compression filter for outgoing data.
*