You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2015/05/07 15:40:00 UTC

[jira] [Resolved] (THRIFT-2035) TSSLServerSocket createSocket implementation

     [ https://issues.apache.org/jira/browse/THRIFT-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King, III resolved THRIFT-2035.
----------------------------------------
       Resolution: Duplicate
    Fix Version/s: 0.9.2
         Assignee: James E. King, III

This was fixed with THRIFT-2224.

> TSSLServerSocket createSocket implementation
> --------------------------------------------
>
>                 Key: THRIFT-2035
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2035
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.9
>         Environment: windows 7
>            Reporter: Arkadiusz Kowal
>            Assignee: James E. King, III
>             Fix For: 0.9.2
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)