akosut 96/06/10 23:21:50
Modified: src http_main.c
Log:
Fix handling of inetd requests, so that error responses, etc... get
properly sent.
Revision Changes Path
1.37 +3 -0 apache/src/http_main.c
Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apache/src/http_main.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -C3 -r1.36 -r1.37
*** http_main.c 1996/06/08 21:34:21 1.36
--- http_main.c 1996/06/11 06:21:48 1.37
***************
*** 1557,1562 ****
--- 1557,1565 ----
r = read_request (conn);
if (r) process_request (r);
}
+
+ bflush(cio);
+ bclose(cio);
}
exit (0);
}