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
There is a need to configure connection pooling for the proxy connection, similar to what Apache httpclient5 supports through PoolingHttpClientConnectionManager - methods setMaxTotal and setDefaultMaxPerRoute.
There is also a need to configure ConnectionRequestTimeout (available in RequestConfig in Apache client).
The text was updated successfully, but these errors were encountered:
There is a need to configure connection pooling for the proxy connection, similar to what Apache httpclient5 supports through
PoolingHttpClientConnectionManager
- methodssetMaxTotal
andsetDefaultMaxPerRoute
.There is also a need to configure
ConnectionRequestTimeout
(available in RequestConfig in Apache client).The text was updated successfully, but these errors were encountered: