java.lang.IllegalStateException: No wrapped connection.
在程序执行HttpClient.execute();时报java.lang.IllegalStateException: No wrapped connection.
Google后得到解决方法:
Connection are automatically closed if you close the
Google后得到解决方法:
Connection are automatically closed if you close the
InputStream
's you get from httpclient. Check your code and make sure you are closing them properly.