qiniu / nodejs-sdk

Qiniu Resource (Cloud) Storage SDK for Node.js
586 stars 190 forks source link

fix unexpected file size #349

Closed JemyCheung closed 4 years ago

JemyCheung commented 4 years ago

readStream触发data事件时,最后一块读取完毕,触发end事件,开始调mkfile。

而此时最后一块的mkblock还未回调回来,导致mkfile时的finishedCtxList.length少一个,报unexpected file size