[
https://issues.apache.org/jira/browse/THRIFT-4844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filippo Malaguti updated THRIFT-4844:
-------------------------------------
Summary: createConnection ignores connect_timeout option (was:
createConnection ignores connection_timeout option)
> createConnection ignores connect_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
> Priority: Major
>
> 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)