Skip to content

Commit d9a507b

Browse files
Chris Gulleynirvdrum
Chris Gulley
authored andcommitted
use connection manager that supports multiple threads
1 parent 1600a32 commit d9a507b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/core/src/main/com/thoughtworks/selenium/grid/HttpClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public HttpClient(org.apache.commons.httpclient.HttpClient client) {
2424
}
2525

2626
public HttpClient() {
27-
this(new org.apache.commons.httpclient.HttpClient());
27+
this(new org.apache.commons.httpclient.HttpClient(new org.apache.commons.httpclient.MultiThreadedHttpConnectionManager()));
2828
}
2929

3030
public Response get(String url) throws IOException {

0 commit comments

Comments
 (0)