I\'m struggling with the following problem: My App makes sequence of requests to the http server using HttpClient. I use HttpPut for sending data to the server. First reques
I've got the same trouble, when executing several requests in a loop.
You can solve it by reading all of response.getEntity().
response.getEntity()