]> granicus.if.org Git - apache/commitdiff
IMHO, known HTTP protocol violations fall under showstopper.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 2 Jun 2002 09:13:43 +0000 (09:13 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 2 Jun 2002 09:13:43 +0000 (09:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95467 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3d9a3294265ebbc86a15c158cd81291693a4185a..f61fe4109620a7a4914226cc7d3fbfa0db560946 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/06/02 06:16:20 $]
+Last modified at [$Date: 2002/06/02 09:13:43 $]
 
 Release:
 
@@ -74,11 +74,29 @@ RELEASE SHOWSTOPPERS:
     * Find a better name for ap_signal_server()
       Message-ID: <m37kltilb3.fsf@rdu88-251-253.nc.rr.com>
       BrianP says:  how about "ap_apachectl()"?
+      Justin says to BrianP: "Eww."
 
     * server pushed CGI's not working.  (Is this a showstopper??)
       PR: 8482
       Message-ID: <3CE15B85.2FF45121@apache.org>
 
+    * Chunked trailer support is broken.
+      Message-ID: <20020531142047.W19485@apache.org>
+      Justin says: Without Ryan's commit that breaks trailers, we need a
+                   way to enforce that ap_discard_request_body can not be
+                   called twice.  I have some rough patches in my tree
+                   that attempt to resolve this by relocating the discard
+                   calls to the latest possible place for all handlers, but
+                   they don't yet pass all httpd-test cases.  More work is
+                   needed, and it won't fix third-party modules that are
+                   written incorrectly.  Another potential solution is to add
+                   r->eos_received to request_rec and HTTP_IN can set this
+                   whenever it returns EOS and if it receives another call
+                   after returning EOS, it can return EOS again.  However,
+                   where possible, I'd prefer to remove duplicate calls to
+                   ap_discard_request_body.  So, maybe both strategies are
+                   needed.
+
 CURRENT VOTES:
 
     * apachectl should revert to just being an init script and