尝试使用HttpClient发布HttpRequest并接收HttpResponse。我在HttpResponse
上做了以下事情InputStream is = entity.getContent();
//consume the data here
is.close();
在执行is.close()
时,套接字似乎无法关闭。我使用TCPView跟踪端口号。我可以看到用于发送HttpRequest的本地端口处于ESTABLISHED状态。在我拨打is.close()
之后不会立即停止几分钟。