jetty-project/jetty-load-generator

Start SslContextFactory.Client eagerly

sbordet opened this issue · 0 comments

If an SslContextFactory.Client is passed to LoadGenerator, it is only started when the first HttpClient is started.

As a shared component, it should be started by LoadGenerator, similarly to the Executor and Scheduler.