Comparing version 7.1.8 to 7.1.9
## CHANGE LOG | ||
## v7.1.9 | ||
- 修复新版node下resume up方式文件内容被缓存而导致的上传失败 | ||
## v7.1.8 | ||
@@ -4,0 +7,0 @@ - 修复 index.d.ts 文件中zone的设置 |
{ | ||
"name": "qiniu", | ||
"version": "7.1.8", | ||
"version": "7.1.9", | ||
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -45,2 +45,3 @@ const conf = require('../conf'); | ||
callbackFunc(err, null, null); | ||
rsStream.close(); | ||
return; | ||
@@ -71,2 +72,3 @@ }); | ||
callbackFunc(err, null, null); | ||
rsStream.close(); | ||
return; | ||
@@ -169,2 +171,3 @@ } | ||
callbackFunc(respErr, respBody, respInfo); | ||
rsStream.close(); | ||
return; | ||
@@ -203,3 +206,5 @@ } else { | ||
} | ||
}) | ||
rsStream.close(); | ||
}); | ||
} | ||
@@ -206,0 +211,0 @@ |
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
142640
3831