Issue #12185 code formatting

This commit is contained in:
Lars Krog-Jensen 2024-08-22 12:18:02 +02:00
parent 7976e75b11
commit 30791c16ee
1 changed files with 5 additions and 2 deletions

View File

@ -446,11 +446,14 @@ public class QoSHandlerTest
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);
}
}));