Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.5
-
Important
Description
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
builder.setSocketTimeout(this.connectTimeout);