From: Justin Erenkrantz Date: Thu, 30 May 2002 23:17:23 +0000 (+0000) Subject: showstoppers++; (groan) X-Git-Tag: 2.0.37~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ff096b0d123e660facb1755137f0b18818649c4;p=apache showstoppers++; (groan) I need to step away from this for a half hour or so because I'm completely confused as to how we are even getting in this state. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95417 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b678f6165f..cf795cf41a 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/05/30 20:20:30 $] +Last modified at [$Date: 2002/05/30 23:17:23 $] Release: @@ -53,6 +53,12 @@ CURRENT RELEASE NOTES: RELEASE SHOWSTOPPERS: + * 413 (invalid chunk size) followed by another request segfaults. + Message-ID: + Status: Justin is completely confounded by this. It looks like a + bucket lifetime bug, but somehow an operation on one + brigade is altering another brigade and corrupting it. + * HP/UX 10.20: compile breakage in APR. Looks like it should be easy to fix, probably just some extraneous #include's that are fouling things up.