[
https://issues.apache.org/jira/browse/THRIFT-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15113822#comment-15113822
]
ASF GitHub Bot commented on THRIFT-3578:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/817
THRIFT-3578 Make THeaderTransport detect TCompact framed and unframed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3578
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/817.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #817
----
commit c165c91c622ab4d8f1e72c7a51aa5fdd7c315a3c
Author: Nobuaki Sukegawa <[email protected]>
Date: 2016-01-23T16:03:28Z
THRIFT-3578 Make THeaderTransport detect TCompact framed and unframed
----
> Make THeaderTransport detect TCompact framed and unframed
> ---------------------------------------------------------
>
> Key: THRIFT-3578
> URL: https://issues.apache.org/jira/browse/THRIFT-3578
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
> Priority: Minor
>
> THeaderTransport detect TBinaryProtocol with either framed or unframed
> protocol and acts as if it's plain TBinaryProtocol.
> Adding new protocol support is safe as long as its protocol ID is large
> enough so that size can never have the same value.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)