You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2022/04/01 16:47:55 UTC

[GitHub] [thrift] Jens-G removed a comment on pull request #2554: fix binary protocol's first byte value description in thrift-rpc.md

Jens-G removed a comment on pull request #2554:
URL: https://github.com/apache/thrift/pull/2554#issuecomment-1086125396


   > VERSION_1 = 0x80010000
   > int version = VERSION_1 | message.type;
   > writeI32(version);
   
   [   ] You did understand the difference between 2 bytes and an `int`
   
   See also: https://github.com/apache/thrift/blob/master/doc/specs/thrift-binary-protocol.md#message


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org