We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1600a32 commit d9a507bCopy full SHA for d9a507b
infrastructure/core/src/main/com/thoughtworks/selenium/grid/HttpClient.java
@@ -24,7 +24,7 @@ public HttpClient(org.apache.commons.httpclient.HttpClient client) {
24
}
25
26
public HttpClient() {
27
- this(new org.apache.commons.httpclient.HttpClient());
+ this(new org.apache.commons.httpclient.HttpClient(new org.apache.commons.httpclient.MultiThreadedHttpConnectionManager()));
28
29
30
public Response get(String url) throws IOException {
0 commit comments