In the RequestConfig,
socketTimeout 3500ms
connectionRequestTimeout 5000ms
connectimeTimeout 3500ms
There is a log where the http request gets response. There are some strange requests, when timeout occurs, this log shows these requests cost so long time, such as 13000ms.(Maybe some domains occur more times...)
I open the debug log, but CPool don't have any overstock.
I have try to optimize maxTotal maxPerRoute
, but it's unuseful.
I want to know why...and how to fix this long timeout issue