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 e52d5ec commit cd8b59fCopy full SHA for cd8b59f
library/src/main/java/com/qiniu/android/http/DnsPrefetcher.java
@@ -299,7 +299,7 @@ public boolean equals(Object obj) {
299
* @return true:重新预期并缓存, false:不需要重新预取和缓存
300
*/
301
public static boolean checkRePrefetchDns(String token, Configuration config) {
302
- if (mDnsCacheKey == null)
+ if (mDnsCacheKey.get() == null)
303
return true;
304
305
String currentTime = String.valueOf(System.currentTimeMillis());
0 commit comments