提交 d2d916fb 编写于 作者: Y yuqing

correct fsbytes to sbytes

上级 72e75e03
...@@ -1238,7 +1238,7 @@ int tcpsendfile_ex(int sock, const char *filename, const int64_t file_offset, \ ...@@ -1238,7 +1238,7 @@ int tcpsendfile_ex(int sock, const char *filename, const int64_t file_offset, \
break; break;
} }
} }
remain_bytes -= fsbytes; remain_bytes -= sbytes;
} }
#endif #endif
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册