From: Jim Jagielski Date: Sat, 2 Mar 2002 19:10:07 +0000 (+0000) Subject: Add stupid idea X-Git-Tag: 2.0.33~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e5af67d402400db1f5ff1876c8777a596b28ea;p=thirdparty%2Fapache%2Fhttpd.git Add stupid idea git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93676 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index de5ec69e3e2..6deb0b81455 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/03/01 09:23:05 $] +Last modified at [$Date: 2002/03/02 19:10:07 $] Release: @@ -73,6 +73,9 @@ FINAL RELEASE SHOWSTOPPERS: we need to look at halting this in the 'default handler' case, and that implies pushing the 'handler election' into the request internal processing phase from the run request phase. + Jim asks: would a stopgap be something bogus like adding another + flag to request_rec ala eos_sent and before we OK, if not set + force 500? * We need to find out the right place to add the AddOutputFilterByType directive. mod_mime? No. core with fixups? That's what it is now.