aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-10-01 10:08:50 -0700
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-10-01 10:08:50 -0700
commitbf4432b67e82d6183e7bf2eec510aaf9aa6fd1e5 (patch)
treed905dafdcc708585c2dad4d628550b4bd19ab662 /tools/codegen
parent4772a743e829070d2098d2f06a35b326b7687b6f (diff)
Add comment to specify hpack elements
Diffstat (limited to 'tools/codegen')
-rwxr-xr-xtools/codegen/core/gen_static_metadata.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/codegen/core/gen_static_metadata.py b/tools/codegen/core/gen_static_metadata.py
index c7f80c1266..f705a9bd41 100755
--- a/tools/codegen/core/gen_static_metadata.py
+++ b/tools/codegen/core/gen_static_metadata.py
@@ -68,6 +68,7 @@ CONFIG = [
'gzip',
'stream/gzip',
# metadata elements
+ # begin hpack static elements
(':authority', ''),
(':method', 'GET'),
(':method', 'POST'),
@@ -129,6 +130,7 @@ CONFIG = [
('vary', ''),
('via', ''),
('www-authenticate', ''),
+ # end hpack static elements
('grpc-status', '0'),
('grpc-status', '1'),
('grpc-status', '2'),