manoj       99/02/16 16:03:43

  Modified:    pthreads/src/main http_main.c
  Log:
  Get rid of some more debugging messages which were clogging the error log.
  
  Revision  Changes    Path
  1.36      +0 -2      apache-apr/pthreads/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/main/http_main.c,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -u -r1.35 -r1.36
  --- http_main.c       1999/02/17 00:01:45     1.35
  +++ http_main.c       1999/02/17 00:03:41     1.36
  @@ -2219,10 +2219,8 @@
       while ((r = ap_read_request(current_conn)) != NULL) {
        (void) ap_update_child_status(my_child_num, my_thread_num,
                                      SERVER_BUSY_WRITE, r);
  -     fprintf(stderr,"%d child_main: about to process 
request\n",my_child_num);
        if (r->status == HTTP_OK)
            ap_process_request(r);
  -     fprintf(stderr,"%d child_main: request done\n",my_child_num);
        if (ap_extended_status)
            increment_counts(my_child_num, my_thread_num, r);
        if (!current_conn->keepalive || ap_is_aborted(current_conn))
  
  
  

Reply via email to