android httpclient hangs on second request to the server (connection timed out)

前端 未结 7 2132
后悔当初
后悔当初 2020-11-29 06:16

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

7条回答
  •  半阙折子戏
    2020-11-29 06:33

    I've got the same trouble, when executing several requests in a loop.

    You can solve it by reading all of response.getEntity().

提交回复
热议问题