brian 96/06/30 14:48:04
Modified: src http_log.c
Log:
Reviewed by: Brian Behlendorf
Submitted by: Howard Fear <[EMAIL PROTECTED]>
Flushes the output, important in error recovery.
Revision Changes Path
1.5 +1 -0 apache/src/http_log.c
Index: http_log.c
===================================================================
RCS file: /export/home/cvs/apache/src/http_log.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** http_log.c 1996/04/15 11:34:52 1.4
--- http_log.c 1996/06/30 21:48:02 1.5
***************
*** 179,184 ****
--- 179,185 ----
va_end (args);
fputc('\n', s->error_log);
+ fflush(s->error_log);
}
void log_reason(char *reason, char *file, request_rec *r) {