From: Jeff Trawick Date: Tue, 29 Oct 2002 00:46:41 +0000 (+0000) Subject: PR 8482 is resolved X-Git-Tag: 2.0.44~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1129d24efb615295a9ec16e504269ae7190620cd;p=thirdparty%2Fapache%2Fhttpd.git PR 8482 is resolved git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97339 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 20ca5c78559..af82aac1885 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/10/28 16:40:37 $] +Last modified at [$Date: 2002/10/29 00:46:41 $] Release: @@ -161,11 +161,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: is either GStein's proposal for a "CGI Brigade", or OtherBill's proposal for "Poll Buckets" for "Polling Filter Chains". - * server pushed CGI's not working. - This might be an interaction with the above pipes deadlock issue. - PR: 8482 - Message-ID: <3CE15B85.2FF45121@apache.org> - * All handlers should always send content down even if r->header_only is set. If not, it means that the HEAD requests don't generate the same headers as a GET which is wrong.