I'm reading large documents from which I only need top 5%, can I do the following with HttpClient 4?
I'm new to Java development so please bear with me. Also, I hope I'm not the champion of tl;dr :). I'm using HttpClient to make requests over Http ...
I get an StreamCorrupedException when doing this :
response = httpClient.execute(httpFilePostrequest);
...