We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
downloadWorker
fd.Close()
写本地文件,fd.Close()会把最后一段 page cache 里的数据刷下去,这一步有可能发生 io error,但 sdk 里面并没有捕捉,这会导致用户认为下载成功了,但实际文件缺少了一段 io。
aliyun-oss-go-sdk/oss/download.go
Lines 161 to 162 in 25a7611
The text was updated successfully, but these errors were encountered:
No branches or pull requests
写本地文件,
fd.Close()
会把最后一段 page cache 里的数据刷下去,这一步有可能发生 io error,但 sdk 里面并没有捕捉,这会导致用户认为下载成功了,但实际文件缺少了一段 io。aliyun-oss-go-sdk/oss/download.go
Lines 161 to 162 in 25a7611
The text was updated successfully, but these errors were encountered: