commit | e165fa3c85d00cb984f4d9635ed60909a1266ce1 | [log] [tgz] |
---|---|---|
author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Wed Mar 30 13:37:19 2022 -0700 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Thu Mar 31 14:48:55 2022 -0700 |
tree | a52c367e50ecce3cbae5a65df432440bde8b29bf | |
parent | f0336417cae1c32f4ea59a9f9851a15f269340f7 [diff] |
THRIFT-5541: Clarify on THeader key/value format in the spec [skip ci]
diff --git a/doc/specs/HeaderFormat.md b/doc/specs/HeaderFormat.md index 9b74159..bcd1e2d 100644 --- a/doc/specs/HeaderFormat.md +++ b/doc/specs/HeaderFormat.md
@@ -78,5 +78,6 @@ 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.