revision of TecsServer / treat "interest" correctly

This commit is contained in:
cvs
2000-06-02 07:27:19 +00:00
parent 9c093bc2ac
commit 82097034d5
13 changed files with 309 additions and 182 deletions

View File

@@ -169,7 +169,7 @@ int CocHandle1Request(int tmo_msec, int fd) {
str_put_start(bufo); /* reset output */
str_put_str(bufo, err); /* put error message */
logfileOut(LOG_NET, " (%s)\n", err);
logfileMask(LOG_NET);
/* logfileMask(LOG_NET); */
}
ERR_SI(send(cl->fd, bufo->buf, bufo->wrpos, 0));
}