setConnectionTimeout() does not change the connect timeout on the connector
---------------------------------------------------------------------------
Key: GERONIMO-3613
URL: https://issues.apache.org/jira/browse/GERONIMO-3613
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: AsyncHttpClient
Affects Versions: 1.x
Reporter: Sangjin Lee
AsyncHttpClient.setConnectionTimeout() does not change the connect timeout on
the connector. The SocketConnector object is instantiated in the
AsyncHttpClient constructor, and the connectTimeout instance variable is
applied to the configuration in the AsyncHttpClient constructor, and is never
used subsequently.
setConnectionTimeout() has no effect, and getConnectionTimeout() returns a
misleading value as a result.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.