ben 97/11/13 12:37:58
Modified: src/main buff.c Log: Correct the comment. Revision Changes Path 1.51 +1 -1 apachen/src/main/buff.c Index: buff.c =================================================================== RCS file: /export/home/cvs/apachen/src/main/buff.c,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- buff.c 1997/11/13 20:22:34 1.50 +++ buff.c 1997/11/13 20:37:57 1.51 @@ -100,7 +100,7 @@ #ifdef WIN32 /* - select() sometimes returns 0 even though the timeout has _not_ expired. We must work around this. + select() sometimes returns 1 even though the write will block. We must work around this. */ int sendwithtimeout(int sock, const char *buf, int len, int flags)
