manoj 99/04/21 22:13:42
Modified: pthreads/src/modules/standard mod_info.c
Log:
Remove ap_excess_requests_per_child reference that broke compilation,
for now anyway.
Revision Changes Path
1.6 +0 -3 apache-apr/pthreads/src/modules/standard/mod_info.c
Index: mod_info.c
===================================================================
RCS file: /home/cvs/apache-apr/pthreads/src/modules/standard/mod_info.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- mod_info.c 1999/04/09 02:31:24 1.5
+++ mod_info.c 1999/04/22 05:13:41 1.6
@@ -432,9 +432,6 @@
ap_rprintf(r, "<strong>Threads:</strong> "
"<tt>per child: %d </tt><br>\n",
ap_threads_per_child);
- ap_rprintf(r, "<strong>Excess requests:</strong> "
- "<tt>per child: %d </tt><br>\n",
- ap_excess_requests_per_child);
ap_rprintf(r, "<strong>Timeouts:</strong> "
"<tt>connection: %d "
"keep-alive: %d</tt><br>",