I am using the Apache HttpClient to read files from a website. When we do multiple requests at once, it appears that it will not read any more from the earlier CloseableHttpResponse.getEntity() streams. No error or anything, but it truncates the file.
Is this expected? And if so, is there a library out there that is thread safe? Should I go back to Url.getContent() and Authenticator.setDefault()? thanks - dave