Comparing version 1.1.7 to 1.1.8
@@ -487,6 +487,14 @@ /* | ||
if (haveV6) { | ||
this.r_nextV6 = undefined; | ||
this.r_srvRem = this.r_srvs.slice(); | ||
this.r_nextV6 = undefined; | ||
S.gotoState('aaaa_next'); | ||
} else { | ||
var d = new Date(); | ||
/* | ||
* The extra +1 is to make sure we come back here *after* the | ||
* NIC cache has definitely expired. | ||
*/ | ||
d.setTime( | ||
CueBallDNSResolver._nicCacheUpdated + NIC_CACHE_TTL + 1); | ||
this.r_nextV6 = d; | ||
S.gotoState('a'); | ||
@@ -493,0 +501,0 @@ } |
{ | ||
"name": "cueball", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
153443
3698