BinaryProtocolAccelerated and BinaryProtocol don't produce the same bytes when
writes aren't strict
---------------------------------------------------------------------------------------------------
Key: THRIFT-313
URL: https://issues.apache.org/jira/browse/THRIFT-313
Project: Thrift
Issue Type: Bug
Reporter: Kevin Clark
Priority: Blocker
The Ruby and C versions do slightly different things:
1)
'Thrift::BinaryProtocolAccelerated should write the message header without
version when writes are not strict' FAILED
expected: "\000\000\000\vtestMessage\001\000\000\000\021",
got: "\000\000\000\vtestMessage\003\000\000\000\021" (using ==)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.