VD

Results 6 issues of VD

my test code, just simple visit a host which not exist. ``` const download = require('download'); download('https://www.ahostnotexisttddddd.com.hk', { timeout: 100 }).then(result => { console.log(result); }).catch(() => { console.error('error catched!') });...

是永久关停了吗

set stream to paused, avoid missing data. it will auto flow after pipe. #97

If I modified the file after loaded, chrome will throw ERR_CONTENT_LENGTH_MISMATCH error ======================= 翻译:static-cache 加载完成文件后,如果我更新了文件,static-cache没有重新loadFile,就会出现文件信息和缓存不一致的情况,比如长度不一致,浏览器就会报 ERR_CONTENT_LENGTH_MISMATCH 错误