diff options
author | Craig Tiller <ctiller@google.com> | 2015-08-21 08:08:37 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-08-21 08:08:37 -0700 |
commit | 49772e00eb9606c3192b88f348d9cbcb22eb93c2 (patch) | |
tree | d46ac765075df1611c208bd17e916add27cecc98 /src/core/channel | |
parent | 3b4ebb0293df76142090eda71ae87a2828ff832a (diff) |
Outlaw illegal metadata characters
Diffstat (limited to 'src/core/channel')
-rw-r--r-- | src/core/channel/compress_filter.h | 2 |
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. * |