Issue #12185 code formatting
This commit is contained in:
parent
994012e7eb
commit
034493ad7f
|
@ -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);
|
||||
}
|
||||
}));
|
||||
|
|
Loading…
Reference in New Issue