Filippo Malaguti created THRIFT-4844:
----------------------------------------
Summary: createConnection ignores connection_timeout option
Key: THRIFT-4844
URL: https://issues.apache.org/jira/browse/THRIFT-4844
Project: Thrift
Issue Type: Bug
Components: Node.js - Library
Affects Versions: 0.12.0
Reporter: Filippo Malaguti
connect_timeout and timeout options passed to createConnection are ignored
during first connection attempt.
Checking the source code, connect_timeout seems to be used only during
reconnection retries, while timeout is applied to underlying socket only after
the connect event.
Probably it whould be better to pass the connection timeout directy to the
net.createConnection call.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)