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 0d5e592 commit 9c96483Copy full SHA for 9c96483
src/test/java/com/ning/http/client/async/grizzly/GrizzlyConnectionPoolTest.java
@@ -42,8 +42,6 @@ public void testMaxTotalConnectionsException() {
42
AsyncHttpClient client = getAsyncHttpClient(new AsyncHttpClientConfig.Builder().setAllowPoolingConnection(true).setMaximumConnectionsTotal(1).build());
43
try {
44
String url = getTargetUrl();
45
- int i;
46
- Exception exception = null;
47
ListenableFuture lockRequest = null;
48
49
lockRequest = client.prepareGet(url).addHeader("LockThread", "true").execute();
0 commit comments