We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d1707 commit eae0985Copy full SHA for eae0985
library/src/main/java/com/qiniu/android/http/DnsPrefetcher.java
@@ -239,7 +239,7 @@ ZoneInfo preQueryIndex(DnsPrefetcher.ZoneIndex index) {
239
target_region_id = "z0";
240
} else if (info.upDomainsList.contains(FixedZone.arrayzone1[0])) {
241
target_region_id = "z1";
242
- } else if (info.upDomainsList.contains(FixedZone.arrayzone1[0])) {
+ } else if (info.upDomainsList.contains(FixedZone.arrayzone2[0])) {
243
target_region_id = "z2";
244
} else if (info.upDomainsList.contains(FixedZone.arrayZoneAs0[0])) {
245
target_region_id = "as0";
0 commit comments