Anders Båtstrand created HTTPCLIENT-1668:
--------------------------------------------
Summary: connectTimeout used as socketTimeout in Request
Key: HTTPCLIENT-1668
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1668
Project: HttpComponents HttpClient
Issue Type: Bug
Components: Fluent HC
Affects Versions: 4.5
Reporter: Anders Båtstrand
After upgrading flunt-hc 4.4.1 -> 4.5, I experienced getting socket timeouts,
after the same amount of time I had specified for connectTimeout.
After looking at the code, I see the following:
org.apache.http.client.fluent.Request:166
{code}
builder.setSocketTimeout(this.connectTimeout);
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]