else {
log.debug("HttpClient %s uses shared IO thread pool", name);
ioPool = injector.getInstance(NettyIoPool.class);
}
NettyAsyncHttpClient client = new NettyAsyncHttpClient(name, ioPool, config, asyncConfig, filters);
clients.add(client);
return client;
}