To keep multiple connections open at a time you will need a separate HttpClient 
for each. Try moving webClient = newAsyncHttpClient() into the for loop so each 
call to webClient.downloadFile has it's own client

Reply via email to