Skip to content

Commit d56735f

Browse files
committed
- remove unintended changes.
1 parent 8a67d46 commit d56735f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

providers/grizzly/src/test/java/org/asynchttpclient/providers/grizzly/GrizzlySimpleAsyncHttpClientTest.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,4 @@ public String getProviderClass() {
3636
return GrizzlyAsyncHttpProvider.class.getName();
3737
}
3838

39-
public static void main(String[] args) {
40-
AsyncHttpClientConfig config = new AsyncHttpClientConfig.Builder().setSpdyEnabled(true).build();
41-
AsyncHttpClient client = new AsyncHttpClient(new GrizzlyAsyncHttpProvider(config), config);
42-
Request request = new RequestBuilder("GET").setUrl("https://www.google.com").build();
43-
try {
44-
Future<Response> future = client.executeRequest(request);
45-
System.out.println(future.get().toString());
46-
} catch (Exception e) {
47-
e.printStackTrace();
48-
}
49-
}
5039
}

0 commit comments

Comments
 (0)