THRIFT-5541: Clarify on THeader key/value format in the spec

[skip ci]
This commit is contained in:
Yuxuan 'fishy' Wang 2022-03-30 13:37:19 -07:00 committed by Yuxuan 'fishy' Wang
parent f0336417ca
commit e165fa3c85

View File

@ -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.