标签: java android
代码如下。如果我没有设置任何超时参数,“new DefaultHttpClient()。execute(mConnection)”的默认超时是什么?
mConnection = new HttpGet(mURL); mResponse = new DefaultHttpClient().execute(mConnection);
感谢。
答案 0 :(得分:5)
默认连接超时大约为60-70秒,具体取决于平台。默认读取超时为无穷大。