You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<description>Problem: for connectionRequestTimeout, connectTimeout, socketTimeout (using
426
-
HttpComponentsClientHttpRequestFactory/RequestConfig) or readTimeout/responseTimeout (using RequestConfig v4/v5) and connectTimeout (using ConnectionConfig v5)
427
-
the default timeout settings are not optimal in most cases.
428
-
Solution: Set the timeouts explicitly to proper reasoned values. See best practice values via the link. Use
425
+
<description>Problem: default timeout values for Apache HttpClient are often sub optimal (connectionRequestTimeout, connectTimeout, socketTimeout in HttpComponentsClientHttpRequestFactory;
426
+
readTimeout/responseTimeout in RequestConfig v4/v5; and connectTimeout in ConnectionConfig v5)
427
+
Solution: Set all these timeouts explicitly to proper reasoned values. See best practice values via the link. Use
429
428
the setDefaultRequestConfig with a method with a RequestConfig object on HttpClient builders to set the
0 commit comments