[
https://issues.apache.org/jira/browse/THRIFT-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042152#comment-14042152
]
ASF GitHub Bot commented on THRIFT-2577:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/thrift/pull/142
> TFileTransport missuse of closesocket on windows platform
> ----------------------------------------------------------
>
> Key: THRIFT-2577
> URL: https://issues.apache.org/jira/browse/THRIFT-2577
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Reporter: suuyaoo
> Fix For: 1.2
>
>
> On windows platform , TFileTransport opens a file using the _open function,
> but close it using THRIFT_CLOSESOCKET(closesocket), and this may cause a
> TTransportException being throwed, which is not expected.
--
This message was sent by Atlassian JIRA
(v6.2#6252)