You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Christoph Herold (JIRA)" <ji...@apache.org> on 2016/01/29 14:33:39 UTC

[jira] [Created] (THRIFT-3586) C# TTLSServerSocket does not use clientTimeout parameter

Christoph Herold created THRIFT-3586:
----------------------------------------

             Summary: C# TTLSServerSocket does not use clientTimeout parameter
                 Key: THRIFT-3586
                 URL: https://issues.apache.org/jira/browse/THRIFT-3586
             Project: Thrift
          Issue Type: Bug
          Components: C# - Library
    Affects Versions: 0.9.3
            Reporter: Christoph Herold
            Priority: Minor


The constructor of the {{TTLSServerSocket}} class has a parameter {{int clientTimeout}} and a corresponding field, that is propagated to the internal {{TcpClient}}. The field, however, is never set to the value passed in to the constructor. The fix is simply to assign the parameter to the field.



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