Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9
-
None
-
windows 7
Description
In TSSLServerSocket class function createSocket(int socket) doesn't override function createSocket(SOCKET client) from TServerSocket class. It causes problems during accepting connection from client. createSocket from TServerSocket is called instead of createScoket from TSSLServerSocket, so no ssl socket is created.
Attachments
Issue Links
- duplicates
-
THRIFT-2224 TSSLSocket.h and TSSLServerSocket.h should use the platfromsocket too
- Closed