Skip to content

Commit

Permalink
Issue #12185 code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsKrogJensen committed Aug 22, 2024
1 parent 7976e75 commit 30791c1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,11 +446,14 @@ public boolean handle(Request request, Response response, Callback callback)
GET /%d HTTP/1.1
Host: localhost
""".formatted(i))) {
""".formatted(i)))
{
String text = endPoint.getResponse(false, parallelism * delay * 5, TimeUnit.MILLISECONDS);
HttpTester.Response response = HttpTester.parseResponse(text);
statusCodes.add(response.getStatus());
} catch (Exception x) {
}
catch (Exception x)
{
fail(x);
}
}));
Expand Down

0 comments on commit 30791c1

Please sign in to comment.