Fix objectstore error shadowing
When we are uploading big objects, remote server may close the connection while we are still writing. This patch allows to fetch the real error instead of io.ErrClosedPipe
加载中
想要评论请 注册 或 登录
When we are uploading big objects, remote server may close the connection while we are still writing. This patch allows to fetch the real error instead of io.ErrClosedPipe