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
the maxConnections default value is -1, value - 1 usually means no limit in tomcat, but the maxConnTotal value in HttpClientBuilder must greater than 0 , if i dont config maxConnections , i got the max request per route is 5,The value is too low for online service.
Maybe there's a documentation issue then. -1 was meant to be equivalent to "unspecified", not unlimited. Thus use whatever default that Apache HttpClient felt suitable. So it's working as intended.
the maxConnections default value is -1, value - 1 usually means no limit in tomcat, but the maxConnTotal value in HttpClientBuilder must greater than 0 , if i dont config maxConnections , i got the max request per route is 5,The value is too low for online service.
org.mitre.dsmiley.httpproxy.ProxyServlet
org/apache/http/impl/client/HttpClientBuilder.java
The text was updated successfully, but these errors were encountered: