Commit 08aa30e4 authored by Greg Ames's avatar Greg Ames
Browse files

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.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88661 13f79535-47bb-0310-9956-ffa450edef68
parent ae3c49c2
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
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.