1
0
mirror of https://github.com/fluencelabs/redis synced 2025-04-02 15:51:05 +00:00

Merge pull request from huachaohuang/patch-1

Update anet.c
This commit is contained in:
Salvatore Sanfilippo 2015-05-28 15:10:25 +02:00
commit a391c36324

@ -402,7 +402,7 @@ int anetRead(int fd, char *buf, int count)
return totlen; return totlen;
} }
/* Like write(2) but make sure 'count' is read before to return /* Like write(2) but make sure 'count' is written before to return
* (unless error is encountered) */ * (unless error is encountered) */
int anetWrite(int fd, char *buf, int count) int anetWrite(int fd, char *buf, int count)
{ {