You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/10/26 02:28:24 UTC

[GitHub] [incubator-kvrocks] xiaobiaozhao commented on a diff in pull request #1045: rewrite *write function

xiaobiaozhao commented on code in PR #1045:
URL: https://github.com/apache/incubator-kvrocks/pull/1045#discussion_r1005149002


##########
src/common/util.cc:
##########
@@ -672,4 +672,28 @@ int aeWait(int fd, int mask, uint64_t timeout) {
     return retval;
   }
 }
+
+Status Write(int fd, const std::string &data) {

Review Comment:
   I'm going to create a pr that fixes the socksend function and replaces write with send. Becase send has more flags than write.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org