You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kevin Clark (JIRA)" <ji...@apache.org> on 2009/02/04 23:49:59 UTC

[jira] Updated: (THRIFT-313) BinaryProtocolAccelerated and BinaryProtocol don't produce the same bytes when writes aren't strict

     [ https://issues.apache.org/jira/browse/THRIFT-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Clark updated THRIFT-313:
-------------------------------

    Component/s: Library (Ruby)

> 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
>          Components: Library (Ruby)
>            Reporter: Kevin Clark
>            Priority: Blocker
>             Fix For: 0.1
>
>
> 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.