You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2001/04/03 00:07:38 UTC

cvs commit: httpd-2.0 STATUS

gregames    01/04/02 15:07:38

  Modified:    .        STATUS
  Log:
  A sunny day in Cupertino.
  
  We haven't seen this problem on daedalus since the ap_getline() assert was
  fixed a week and a half ago.  It is hereby declared fixed.
  
  Here's a theory:  the garbage in c->remaining caused header lines to be
  sucked in on persistant/pipelined connections when only the http request
  line was desired, causing mime headers to get logged, including the \n
  delimiters.
  
  Revision  Changes    Path
  1.213     +1 -6      httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.212
  retrieving revision 1.213
  diff -u -d -b -u -r1.212 -r1.213
  --- STATUS	2001/03/25 19:19:44	1.212
  +++ STATUS	2001/04/02 22:07:35	1.213
  @@ -1,5 +1,5 @@
   APACHE 2.0 STATUS:						-*-text-*-
  -Last modified at [$Date: 2001/03/25 19:19:44 $]
  +Last modified at [$Date: 2001/04/02 22:07:35 $]
   
   Release:
   
  @@ -17,11 +17,6 @@
   
   DAEDALUS 2.0 PROBLEMS:
   
  -    * access log entries are sometimes split (multiple lines)
  -      seems to be related to FrontPage and/or WebDAV enabled clients
  -        Status:  Jeff and Greg have an assert trap ready which checks
  -                 for multiple \n's in a log record
  -                 
       * mod_cgid and suexec have a problem co-existing.  suexec sees a null
         command string sometimes.