jetty-9 - HTTP client: more logging for the SSL load test.

This commit is contained in:
Simone Bordet 2012-09-18 22:03:47 +02:00
parent 953f283bce
commit eb7501405f
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ public class HttpClientLoadTest extends AbstractHttpClientServerTest
@Override
public void run()
{
logger.warn("Interrupting test, it is taking too long");
for (String host : Arrays.asList("localhost", "127.0.0.1"))
{
HttpDestination destination = (HttpDestination)client.getDestination(scheme, host, connector.getLocalPort());