summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang <yuxuan.wang@reddit.com>2022-03-30 13:37:19 -0700
committerYuxuan 'fishy' Wang <fishywang@gmail.com>2022-03-31 14:48:55 -0700
commite165fa3c85d00cb984f4d9635ed60909a1266ce1 (patch)
treea52c367e50ecce3cbae5a65df432440bde8b29bf
parentf0336417cae1c32f4ea59a9f9851a15f269340f7 (diff)
downloadthrift-e165fa3c85d00cb984f4d9635ed60909a1266ce1.tar.gz
THRIFT-5541: Clarify on THeader key/value format in the spec
[skip ci]
-rw-r--r--doc/specs/HeaderFormat.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/specs/HeaderFormat.md b/doc/specs/HeaderFormat.md
index 9b74159a5..bcd1e2d4d 100644
--- a/doc/specs/HeaderFormat.md
+++ b/doc/specs/HeaderFormat.md
@@ -78,5 +78,6 @@ This allows us to distinguish between different (older) transports.
INFO_KEYVALUE 0x01 - varint32 number of headers.
- key/value pairs of varstrings (varint16 length plus
- no-trailing-null string).
+ no-trailing-null string). Implementations MUST NOT
+ alter either key or value in any way.