[
https://issues.apache.org/jira/browse/THRIFT-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15005287#comment-15005287
]
ASF GitHub Bot commented on THRIFT-3423:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/694
THRIFT-3423 First call to thrift_transport:read_exact fails to dispat…
…ch correct function
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3423
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/694.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 #694
----
commit a5f1823a0b501238c274820aa4386060a511b5c8
Author: Nobuaki Sukegawa <[email protected]>
Date: 2015-11-14T09:49:45Z
THRIFT-3423 First call to thrift_transport:read_exact fails to dispatch
correct function
----
> First call to thrift_transport:read_exact fails to dispatch correct function
> ----------------------------------------------------------------------------
>
> Key: THRIFT-3423
> URL: https://issues.apache.org/jira/browse/THRIFT-3423
> Project: Thrift
> Issue Type: Bug
> Components: Erlang - Library
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
>
> Module:function_exported/2 always return false if the module is not loaded
> yet.
> The patch replaces it with erlang:module_info/1 so that the module gets
> loaded if it is not loaded yet.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)