未验证 提交 26eaf089 编写于 作者: H helight 提交者: GitHub

rm unnecessary return (#5681)

上级 8e72b9fc
......@@ -28,6 +28,5 @@ func handleDownload(response *restful.Response, result io.ReadCloser) {
_, err := io.Copy(response, result)
if err != nil {
errors.HandleInternalError(response, err)
return
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册