Arkadiusz Kowal created THRIFT-2035:
---------------------------------------

             Summary: TSSLServerSocket createSocket implementation
                 Key: THRIFT-2035
                 URL: https://issues.apache.org/jira/browse/THRIFT-2035
             Project: Thrift
          Issue Type: Bug
    Affects Versions: 0.9
         Environment: windows 7
            Reporter: Arkadiusz Kowal


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 id called instead of createScoket from TSSLServerSocket, so no 
ssl socket is created.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to