]> granicus.if.org Git - apache/commitdiff
A sunny day in Cupertino.
authorGreg Ames <gregames@apache.org>
Mon, 2 Apr 2001 22:07:35 +0000 (22:07 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 2 Apr 2001 22:07:35 +0000 (22:07 +0000)
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88661 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e705f83c2958eeecba088e2a499b6a86fe44c582..979bc32274d6552758fa3ab11ba4cd230dfd52e8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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 @@ Release:
 
 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.