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 2019/01/11 23:10:00 UTC

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

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

James E. King III closed THRIFT-3586.
-------------------------------------
    Resolution: Invalid
      Assignee: James E. King III

The timeout is set based on this code which was added in 0.9.2:

https://github.com/apache/thrift/commit/c1d7943a7ed78fb434eaa90feb1a3a17b446fc97#diff-9f25983d57cdcfe0cc04401c67ad0da9R143

> 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
>            Assignee: James E. King III
>            Priority: Minor
>              Labels: C#, TTLSServerSocket
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> 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
(v7.6.3#76005)