From: Justin Erenkrantz Date: Sun, 2 Jun 2002 09:13:43 +0000 (+0000) Subject: IMHO, known HTTP protocol violations fall under showstopper. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a479de05d6f536dcc94735d0286a2a0c25e66f3;p=apache IMHO, known HTTP protocol violations fall under showstopper. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95467 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3d9a329426..f61fe41096 100644 --- 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: 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