We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d30f8 commit 6813649Copy full SHA for 6813649
src/main/java/com/ghostchu/peerbanhelper/util/ipdb/IPDB.java
@@ -362,8 +362,6 @@ private CompletableFuture<Void> downloadFile(List<IPDBDownloadSource> mirrorList
362
log.info(tlUI(Lang.IPDB_UPDATE_SUCCESS, databaseName));
363
return;
364
}
365
- } else {
366
- throw new IllegalStateException("Not a valid response: "+r.statusCode());
367
368
if (!mirrorList.isEmpty()) { // 非 200 状态码 或者 gzip 解压出错
369
log.warn(tlUI(Lang.IPDB_RETRY_WITH_BACKUP_SOURCE));
0 commit comments