Ted Wang created THRIFT-3942:
--------------------------------
Summary: TSSLSocket does not honor send and receive timeouts
Key: THRIFT-3942
URL: https://issues.apache.org/jira/browse/THRIFT-3942
Project: Thrift
Issue Type: Bug
Components: C++ - Library
Affects Versions: 0.9.3
Reporter: Ted Wang
Assignee: Ted Wang
TSocket respects send and receive timeout, but TSSLSocket does not. This is
because it always pass -1 to THRIFT_POLL in waitForEvent:
https://github.com/apache/thrift/blob/master/lib/cpp/src/thrift/transport/TSSLSocket.cpp#L645
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)