HttpEntity entity2 = response2.getEntity();
// do something useful with the response body
// and ensure it is fully consumed
EntityUtils.consume(entity2);
} finally {
httpPost.releaseConnection();
}
}
public void browsergettemperature() throws ClientProtocolException, IOException {
DefaultHttpClient httpclient = new DefaultHttpClient();