cvs commit: apache-apr/pthreads/src/main http_main.c http_protocol.c

1999-03-21 Thread manoj
manoj 99/03/21 02:51:46 Modified:pthreads/src/main http_main.c http_protocol.c Log: Add a comment related to the previous patch, and rewrap another one. Revision ChangesPath 1.64 +2 -0 apache-apr/pthreads/src/main/http_main.c Index: http_main.c

cvs commit: apache-apr/pthreads/src/main http_main.c http_protocol.c

1999-03-21 Thread manoj
manoj 99/03/21 02:42:36 Modified:pthreads/src/main http_main.c http_protocol.c Log: Make MaxRequestsPerChild work in the threaded server again (well at least it works like the process server works). This consists of a few changes: - We need to actually count requests. In t