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
- AsyncHTTPClient crashes saying invalid http version adnan
- Re: AsyncHTTPClient crashes saying invalid http version geotre
