Comparing version 0.4.2 to 0.4.3
@@ -50,6 +50,2 @@ var knox = require('knox'), | ||
if (res.statusCode != 200) { | ||
return callback(new Error('ERROR: status code = '+res.statusCode)); | ||
} | ||
var complete = false; | ||
@@ -63,2 +59,5 @@ var body = ''; | ||
if (complete) return; // an error has occurred | ||
if (res.statusCode != 200) { | ||
return callback(new Error('ERROR: status code = '+res.statusCode+'. body = '+body)); | ||
} | ||
async.series([ | ||
@@ -65,0 +64,0 @@ function(cb) { |
@@ -5,3 +5,3 @@ { | ||
"description": "Simple S3 integration with a cache backed by Redis", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
8869