From: Greg Ames Date: Mon, 2 Apr 2001 22:07:35 +0000 (+0000) Subject: A sunny day in Cupertino. X-Git-Tag: 2.0.16~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81ec459507f33f3b01efada24ffc07a01ad79e95;p=apache 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 --- diff --git a/STATUS b/STATUS index e705f83c29..979bc32274 100644 --- 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.