Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.