提交 2b3c8517 编写于 作者: H Hongze Cheng

fix copy fds return value

上级 a17cfee7
...@@ -480,5 +480,5 @@ int32_t taosCopyFds(SOCKET sfd, SOCKET dfd, int64_t len) { ...@@ -480,5 +480,5 @@ int32_t taosCopyFds(SOCKET sfd, SOCKET dfd, int64_t len) {
leftLen -= readLen; leftLen -= readLen;
} }
return 0; return len;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册