Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
0.9.3
-
None
Description
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.
Attachments
Issue Links
- duplicates
-
THRIFT-3919 C# TTLSServerSocket does not use clientTimeout
- Closed