dgaudet 97/10/04 11:45:31
Modified: src/modules/standard mod_cgi.c
Log:
nph CGIs should die when a Timeout happens. It was previously not possible to
do this because we had no way of monitoring traffic on the socket. It's
now possible to do it.
Reviewed by: Dean Gaudet, Brian Behlendorf, Jim Jagielski
Revision Changes Path
1.58 +0 -3 apachen/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
===================================================================
RCS file: /export/home/cvs/apachen/src/modules/standard/mod_cgi.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- mod_cgi.c 1997/09/26 03:52:14 1.57
+++ mod_cgi.c 1997/10/04 18:45:30 1.58
@@ -535,9 +535,6 @@
if (script_in && nph) {
send_fb(script_in, r);
-#if !defined(__EMX__) && !defined(WIN32)
- waitpid(child_pid, (int *) 0, 0);
-#endif
}
return OK; /* NOT r->status, even if it has
changed. */