Comparing version 0.0.6 to 0.0.7
@@ -18,2 +18,3 @@ /** | ||
this.headers = {}; | ||
this.retries = 0; | ||
@@ -72,2 +73,6 @@ this.to = function (host, port, path) { | ||
this.retry = function () { | ||
this.retry++; | ||
if (this.retry >= 5) { | ||
return; | ||
} | ||
return this.send(this.data); | ||
@@ -74,0 +79,0 @@ }; |
{ | ||
"name": "cuddle", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
21545
222