diff options
author | Muxi Yan <mxyan@google.com> | 2018-02-06 18:04:00 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-02-06 18:17:42 -0800 |
commit | 3db2caaf2e5e18d8cc5690986350edcba0906ed4 (patch) | |
tree | 5de20e5c4143f555732fa3fbe199de3fcababa91 /tools/codegen | |
parent | 6f0b195d2003dbf8daf0dc31916aecac738ad45c (diff) |
Replace message/deflate,gzip with deflate,gzip
Diffstat (limited to 'tools/codegen')
-rwxr-xr-x | tools/codegen/core/gen_static_metadata.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/codegen/core/gen_static_metadata.py b/tools/codegen/core/gen_static_metadata.py index d4c0052b28..066f28416d 100755 --- a/tools/codegen/core/gen_static_metadata.py +++ b/tools/codegen/core/gen_static_metadata.py @@ -54,8 +54,8 @@ CONFIG = [ # well known method names '/grpc.lb.v1.LoadBalancer/BalanceLoad', # compression algorithm names - 'message/deflate', - 'message/gzip', + 'deflate', + 'gzip', 'stream/gzip', # metadata elements ('grpc-status', '0'), |