[
https://issues.apache.org/jira/browse/THRIFT-4353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16190268#comment-16190268
]
ASF GitHub Bot commented on THRIFT-4353:
----------------------------------------
GitHub user RobberPhex opened a pull request:
https://github.com/apache/thrift/pull/1383
THRIFT-4353 cannot read via thrift_protocol at server side
ref <https://issues.apache.org/jira/browse/THRIFT-4353>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/RobberPhex/thrift THRIFT-4353
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1383.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 #1383
----
commit 13a4dd1891347f05101af486e1a5bf8f85bf040c
Author: 董菲 <[email protected]>
Date: 2016-11-16T02:32:52Z
support php ext read data after message begin
commit 843d87f0c7e69165d1489c7f2dd089b68790720d
Author: 董菲 <[email protected]>
Date: 2016-11-16T02:50:22Z
fix
commit 61da80b5ccbe7c63f5187e3296f0453d1abee41d
Author: 董菲 <[email protected]>
Date: 2016-11-16T03:53:19Z
fix
commit 3c956e3446438f8d1a1fadaee198a32b71652e58
Author: Robert Lu <[email protected]>
Date: 2017-10-03T19:18:38Z
compiler use thrift_protocol_read_binary_after_message_begin
----
> cannot read via thrift_protocol at server side
> ----------------------------------------------
>
> Key: THRIFT-4353
> URL: https://issues.apache.org/jira/browse/THRIFT-4353
> Project: Thrift
> Issue Type: Improvement
> Components: PHP - Library
> Affects Versions: 0.9.3, 0.10.0
> Environment: php7 + macOS
> Reporter: Robert Lu
> Assignee: Robert Lu
> Priority: Minor
>
> When server read message, the processor read the method name, and then server
> will know the $args type.
> At this time, We cannot use thrift_protocol_read_binary, because message head
> is already read.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)