[
https://issues.apache.org/jira/browse/THRIFT-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15005733#comment-15005733
]
Hudson commented on THRIFT-3423:
--------------------------------
SUCCESS: Integrated in Thrift #1730 (See
[https://builds.apache.org/job/Thrift/1730/])
THRIFT-3423 First call to thrift_transport:read_exact fails to dispatch (nsuke:
rev 97a48988de6a7ac513311456a6f6d3ef7f587639)
* lib/erl/src/thrift_transport.erl
> 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)