Skip to content

Commit

Permalink
fix: 修正抛出copybuffer时的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
akkuman committed Aug 18, 2022
1 parent 4d80013 commit d9e2837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func CopyBufferWithCloseErr(dst io.Writer, src io.Reader, buf []byte) (written i
// if er != io.EOF {
// err = er
// }
err = er
break
}
}
Expand Down

0 comments on commit d9e2837

Please sign in to comment.