[
https://issues.apache.org/jira/browse/THRIFT-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042206#comment-14042206
]
Hudson commented on THRIFT-2577:
--------------------------------
SUCCESS: Integrated in Thrift #1191 (See
[https://builds.apache.org/job/Thrift/1191/])
THRIFT-2577 C++ TFileTransport missuse of closesocket on windows platform
(henrique: rev 58993d120578ce36fb88f7af06c06d2eba213b65)
* lib/cpp/src/thrift/transport/TFileTransport.cpp
* lib/cpp/src/thrift/transport/PlatformSocket.h
* lib/cpp/test/TFDTransportTest.cpp
* lib/cpp/src/thrift/transport/TSimpleFileTransport.cpp
* lib/cpp/src/thrift/transport/TFDTransport.cpp
> 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
> Assignee: Henrique Mendonça
> 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)