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 have had this same problem. I am consuming all the content.
What I found is if I do a garbage collection after issuing a request, everything works without having to close and create a new AndroidHttpClient:
System.gc();