移除检查任务信息主动抛出的异常
This commit is contained in:
@@ -296,7 +296,7 @@ public class HttpFileInfoThread implements Runnable {
|
||||
newUrl = uri.getHost() + newUrl;
|
||||
}
|
||||
|
||||
if (!CheckUtil.checkUrlNotThrow(newUrl)) {
|
||||
if (!CheckUtil.checkUrl(newUrl)) {
|
||||
failDownload(new TaskException(TAG, "下载失败,重定向url错误"), false);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user